mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
20 lines
267 B
Markdown
20 lines
267 B
Markdown
|
# Vuetify Webpack SSR Template
|
||
|
|
||
|
> Vuetify SSR Webpack Template
|
||
|
|
||
|
## Build Setup
|
||
|
|
||
|
``` bash
|
||
|
vue init vuetifyjs/webpack-ssr
|
||
|
|
||
|
cd webpack-ssr
|
||
|
|
||
|
# npm
|
||
|
npm install
|
||
|
|
||
|
# yarn
|
||
|
yarn
|
||
|
```
|
||
|
|
||
|
For additional information, please visit the [Official Documentation](https://vuetifyjs.com).
|