2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 05:02:25 +03:00

chore: prepare ssr example

This commit is contained in:
pimlie
2021-01-19 12:22:57 +01:00
parent e68b53573e
commit 2e2c08e1f8
19 changed files with 195 additions and 330 deletions
+4 -1
View File
@@ -35,7 +35,8 @@
"dev": "babel-node examples/server.js",
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.ts src test",
"examples": "babel-node --extensions '.ts,.js' examples/server.js",
"lint": "eslint --ext .js,.ts 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",
@@ -65,6 +66,8 @@
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-global-define": "^1.0.3",
"babel-plugin-module-resolver": "^4.1.0",
"browserstack-local": "^1.4.8",
"chromedriver": "^87.0.5",
"codecov": "^3.8.1",