We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install webpack -g
查看版本
webpack -v
npm install -g vue-cli
vue --version
vue init webpack es6
根据提示, 在命令行下输入和选择配置
cd es6 npm install
npm run dev
运行后,浏览器打开 http://localhost:8080
安装webpack
查看版本
安装Vue.js
查看版本
创建Vue项目
根据提示, 在命令行下输入和选择配置
安装 package.json 中模块
运行项目
运行后,浏览器打开 http://localhost:8080