Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 814 Bytes

README.md

File metadata and controls

49 lines (40 loc) · 814 Bytes

#1.node(npm包管理工具) ##2.cnpm 命令: npm install -g cnpm --registry=https://registry.npm.taobao.org ##3.安装vue-cli脚手架构建工具 命令:cnpm install -g @vue/cli ##4.查看cli版本 命令:vue -V ##5.构建项目 命令:vue create 项目名 ##6.勾选eslint、vuex等 ##7.启动 命令:npm run serve

vue-test

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.