任务数据看板

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  #使用生产环境配置进行打包