git: https://github.com/hi-cooper/vue-learning.git

1 第一个vue应用

前提:已安装NodeJs (https://nodejs.org)

npm init vue@latest
cd vue-learning
npm install
npm run format
npm run dev