任务数据看板

wangjinjin0520 148ca70de1 first 4 년 전
build 148ca70de1 first 4 년 전
mock 148ca70de1 first 4 년 전
plop-templates 148ca70de1 first 4 년 전
public 148ca70de1 first 4 년 전
src 148ca70de1 first 4 년 전
tests 148ca70de1 first 4 년 전
.editorconfig 148ca70de1 first 4 년 전
.env.development 148ca70de1 first 4 년 전
.env.production 148ca70de1 first 4 년 전
.env.staging 148ca70de1 first 4 년 전
.eslintignore 148ca70de1 first 4 년 전
.eslintrc.js 148ca70de1 first 4 년 전
.gitignore 148ca70de1 first 4 년 전
.travis.yml 148ca70de1 first 4 년 전
LICENSE 148ca70de1 first 4 년 전
README.md 3dc9bc0484 first commit 4 년 전
babel.config.js 148ca70de1 first 4 년 전
jest.config.js 148ca70de1 first 4 년 전
jsconfig.json 148ca70de1 first 4 년 전
package.json 148ca70de1 first 4 년 전
plopfile.js 148ca70de1 first 4 년 전
postcss.config.js 148ca70de1 first 4 년 전
vue.config.js 148ca70de1 first 4 년 전

README.md

相关命令

  1. 安装依赖

    npm install
    
  2. 启动项目

    npm run dev
    
  3. 打包项目

    npm run build:prod  #使用生产环境配置进行打包