https://github.com/phalbert/real-world-nuxt
A real world nuxt.js app
https://github.com/phalbert/real-world-nuxt
Last synced: 8 days ago
JSON representation
A real world nuxt.js app
- Host: GitHub
- URL: https://github.com/phalbert/real-world-nuxt
- Owner: phalbert
- Created: 2020-04-18T15:26:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T16:32:14.000Z (about 2 years ago)
- Last Synced: 2025-01-23T07:29:45.017Z (about 1 year ago)
- Language: Vue
- Homepage: https://nuxt.onrender.com/
- Size: 4.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-nuxt
> Learn Nuxt world
* [Nuggets](docs/index.md)
## 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
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).