/working

working

Primary LanguageJavaScriptMIT LicenseMIT

p-temp

此项目或脚手架,根据vue-cli升级,支持多项目开发

Build Setup

## 在项目根目录,执行下面命令,安装各种依赖包
npm install

## 进入projects/xxx的具体项目下,执行下面的命令 浏览器自动打开:localhost:8080
npm run dev

# 打包编译
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test