Basic nuxt project setup

This commit is contained in:
Alexis
2021-08-28 21:24:07 +02:00
parent 769c7ddf51
commit f2ef23c795
27 changed files with 18402 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# auracle-client
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).