Skip to content

Commit 457b04e

Browse files
committed
Merge branch 'theme/buefy'
2 parents 36f21ec + 46882f8 commit 457b04e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+102
-188
lines changed

README.md

Lines changed: 2 additions & 2 deletions

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
"serve": "cross-env NODE_ENV=development vue-cli-service serve",
77
"prod": "cross-env NODE_ENV=prod vue-cli-service serve",
88
"build": "vue-cli-service build --modern",
9-
"deploy:gh-pages": "cross-env NODE_DEBUG=gh-pages gh-pages -d dist -b demo -t",
10-
"lint": "vue-cli-service lint"
9+
"lint": "vue-cli-service lint",
10+
"build:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES npm run build",
11+
"deploy:gh-pages": "cross-env NODE_DEBUG=gh-pages gh-pages -d dist -t",
12+
"publish": "npm run build:gh-pages && npm run deploy:gh-pages"
13+
1114
},
1215
"dependencies": {
1316
"axios": "^0.20.0",

public/favicon.ico

1.12 KB
Binary file not shown.

public/favicon.png

-11.8 KB
Binary file not shown.
-9.2 KB
Binary file not shown.
-29.1 KB
Binary file not shown.
8.96 KB
7.85 KB
2.16 KB
2.62 KB

0 commit comments

Comments
 (0)