-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
安装webpack
npm install webpack -g
查看版本
webpack -v
安装Vue.js
npm install -g vue-cli
查看版本
vue --version
创建Vue项目
vue init webpack es6
根据提示, 在命令行下输入和选择配置
安装 package.json 中模块
cd es6
npm install
运行项目
npm run dev
运行后,浏览器打开 http://localhost:8080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels