https://github.com/julienparis/udata-nuxt-board
https://github.com/julienparis/udata-nuxt-board
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julienparis/udata-nuxt-board
- Owner: JulienParis
- License: mit
- Created: 2020-06-29T11:13:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:16:28.000Z (over 2 years ago)
- Last Synced: 2025-01-26T14:48:41.182Z (4 months ago)
- Language: Vue
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# udata-nuxt-board
## 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).