https://github.com/atinux/nuxt-ws
Nuxt workshop
https://github.com/atinux/nuxt-ws
Last synced: 9 months ago
JSON representation
Nuxt workshop
- Host: GitHub
- URL: https://github.com/atinux/nuxt-ws
- Owner: atinux
- Created: 2019-11-07T15:25:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:26:15.000Z (about 3 years ago)
- Last Synced: 2025-02-14T09:42:21.149Z (11 months ago)
- Language: Vue
- Size: 2.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-ws
> My peachy Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).