ready for build production web
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
msw-open-music
|
||||
msw-open-music.exe
|
||||
dist
|
||||
|
||||
7
Makefile
Normal file
7
Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
dist:
|
||||
mkdir -p dist
|
||||
minify web/index.js web/*.html web/*.css -o dist/
|
||||
cp -rf web/*.png dist/web/
|
||||
cp -f web/axios.min.js dist/web/axios.min.js
|
||||
cp -f web/vue.global.prod.js dist/web/vue.js
|
||||
cp -f web/vue-router.global.prod.js dist/web/vue-router.js
|
||||
6
web/vue-router.global.prod.js
Normal file
6
web/vue-router.global.prod.js
Normal file
File diff suppressed because one or more lines are too long
1
web/vue.global.prod.js
Normal file
1
web/vue.global.prod.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user