mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
.. | ||
assets | ||
build | ||
components | ||
mixins | ||
pages | ||
router | ||
static | ||
store | ||
.babelrc | ||
.editorconfig | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js | ||
yarn.lock |
Vuetify Webpack SSR Template
Vuetify SSR Webpack Template
Build Setup
vue init vuetifyjs/webpack-ssr
cd webpack-ssr
# npm
npm install
# yarn
yarn
For additional information, please visit the Official Documentation.