初始化项目
基于Vue构建的前端框架,使用Vue-CLI打包资源
## 安装模块
npm install -g @vue/cli
## 初始化项目
vue create cottonweb
##选择解析语法 babel
? Please pick a preset: default (babel, eslint)
## 打开新世界
cd cottonweb
npm run serve
Last updated
Was this helpful?
基于Vue构建的前端框架,使用Vue-CLI打包资源
## 安装模块
npm install -g @vue/cli
## 初始化项目
vue create cottonweb
##选择解析语法 babel
? Please pick a preset: default (babel, eslint)
## 打开新世界
cd cottonweb
npm run serve
Last updated
Was this helpful?