1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/front/README.md

20 lines
267 B
Markdown
Raw Normal View History

2018-09-02 16:04:44 +03:00
# 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).