All posts in VueJS

Bài 1: Tạo một ứng dụng Vuejs đơn giản

  Xác định phần tử tương tác với Vuejs Đầu tiên chúng ta sẽ tạo một file “index.html”. Để có thể sử dụng Vuejs trong ứng dụng của mình, chúng ta cần nhúng thư viện Vuejs vào web (đã hướng dẫn ở bài trước).   Tiếp theo chúng ta sẽ . . . Read more

Install VueJS

VueJS Cần nắm một vài kiê thức cơ bản về ES6 (có thể hiểu ES6 như một phiên bản js) – https://viblo.asia/p/ecmascript-es6-la-gi-overview-es6-gAm5y9RA5db.   Hiểu về component: Để tạo ra một trang web bạn sẽ cần có nhiều component gộp lại (giống như khi chơi xếp hình, để có được một . . . Read more

Không serve được Vue do Node version cũ

Cài node lại bằng nvm 1. Install NVM (Node Version Manager) To download the nvm install script run the following command: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash The script will clone the nvm repository from Github to ~/.nvm and add the script Path to your Bash or ZSH profile. => Close and reopen your terminal . . . Read more