https://github.com/afrontend/menu-guide-nuxt
menu-guide with nuxt.js
https://github.com/afrontend/menu-guide-nuxt
Last synced: 5 months ago
JSON representation
menu-guide with nuxt.js
- Host: GitHub
- URL: https://github.com/afrontend/menu-guide-nuxt
- Owner: afrontend
- Created: 2020-02-13T12:33:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T20:26:27.000Z (about 2 years ago)
- Last Synced: 2025-06-26T12:51:55.305Z (12 months ago)
- Language: Vue
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# menu-guide
> menu-guide with nuxt.js
## 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).