https://github.com/atinux/test-nuxt
https://github.com/atinux/test-nuxt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/test-nuxt
- Owner: atinux
- Created: 2020-01-20T15:21:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:20:53.000Z (about 3 years ago)
- Last Synced: 2025-02-28T23:25:30.264Z (11 months ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-nuxt
> My legendary 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).