2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 04:10:34 +03:00

feat: first work on vue v3 composition metainfo app

This commit is contained in:
pimlie
2020-05-03 19:59:05 +02:00
parent 41c7561bf9
commit 5d0eb1ab60
21 changed files with 551 additions and 182 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
"dev": "cd examples && yarn dev && cd ..",
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
"docs:build": "vuepress build docs",
"lint": "eslint src test",
"lint": "eslint src test examples",
"prerelease": "git checkout master && git pull -r",
"release": "yarn lint && yarn test && standard-version",
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",