add new nuxt build

This commit is contained in:
2021-07-04 16:56:48 +02:00
parent 5b9db458ac
commit 2fbbabe45c
142 changed files with 12354 additions and 6 deletions

20
nuxt/README.md Normal file
View File

@@ -0,0 +1,20 @@
# wieerwill.github.io
Get to know Wieerwill at Github.io
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```