Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 271 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 271 Bytes

使用 webpack4 和 babel7 搭建一个 vue 全家桶

可用的命令

# run application
npm run dev
# or
npm run start

# build for test env
npm run build:test

# build from production env
npm run build:prod

# fix the eslint errors
npm run lint:fix