/gaea

vue cli

Primary LanguageVue

欢迎使用 Gaea 脚手架


Gaea-cli 的vue 单页面webpack 模版代码

使用方法

# 安装依赖包
npm install

# 抽离项目中用的第三方库

npm run dll 

# 启动本地调试服务器
npm run dev

# 构建
npm run build

# 构建并上传到测试服务器
npm run upload