You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zhangjinning 55fe67bd6b first commit 4 months ago
docker first commit 4 months ago
public first commit 4 months ago
src first commit 4 months ago
.browserslistrc first commit 4 months ago
.editorconfig first commit 4 months ago
.eslintrc.js first commit 4 months ago
.gitignore first commit 4 months ago
.postcssrc.js first commit 4 months ago
Dockerfile first commit 4 months ago
README.md first commit 4 months ago
babel.config.js first commit 4 months ago
build.sh first commit 4 months ago
package-lock.json first commit 4 months ago
package.json first commit 4 months ago
vue.config.js first commit 4 months ago

README.md

如何启动

$ git clone https://xxxx.git
$ cd xxx
# 安装
$ npm install
# 启动
$ npm run serve