docs: initial setup
Showing
docs/.vuepress/config.js
0 → 100644
docs/README.md
0 → 100644
docs/guide/README.md
0 → 100644
docs/guide/asset-url.md
0 → 100644
docs/guide/css-modules.md
0 → 100644
docs/guide/custom-blocks.md
0 → 100644
docs/guide/extract-css.md
0 → 100644
docs/guide/functional.md
0 → 100644
docs/guide/hot-reload.md
0 → 100644
docs/guide/linting.md
0 → 100644
docs/guide/postcss.md
0 → 100644
docs/guide/pre-processors.md
0 → 100644
docs/guide/scoped-css.md
0 → 100644
docs/guide/testing.md
0 → 100644
docs/migrating.md
0 → 100644
docs/options.md
0 → 100644
docs/spec.md
0 → 100644
... | @@ -9,6 +9,7 @@ | ... | @@ -9,6 +9,7 @@ |
"lint": "eslint lib test --fix", | "lint": "eslint lib test --fix", | ||
"build": "webpack --config example/webpack.config.js --hide-modules", | "build": "webpack --config example/webpack.config.js --hide-modules", | ||
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot", | "dev": "webpack-dev-server --config example/webpack.config.js --inline --hot", | ||
"docs": "vuepress dev docs", | |||
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" | "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" | ||
}, | }, | ||
"author": "Evan You", | "author": "Evan You", | ||
... | @@ -72,6 +73,8 @@ | ... | @@ -72,6 +73,8 @@ |
"vue": "^2.5.16", | "vue": "^2.5.16", | ||
"vue-server-renderer": "^2.5.16", | "vue-server-renderer": "^2.5.16", | ||
"vue-template-compiler": "^2.5.16", | "vue-template-compiler": "^2.5.16", | ||
"vuepress": "^0.8.4", | |||
"vuepress-theme-vue": "^1.0.0", | |||
"webpack": "^4.1.0", | "webpack": "^4.1.0", | ||
"webpack-cli": "^2.0.10", | "webpack-cli": "^2.0.10", | ||
"webpack-dev-server": "^3.1.1", | "webpack-dev-server": "^3.1.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment