https://github.com/mgrdich/nuxt_vuejs
https://github.com/mgrdich/nuxt_vuejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgrdich/nuxt_vuejs
- Owner: Mgrdich
- Created: 2020-07-07T19:22:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T07:21:01.000Z (over 3 years ago)
- Last Synced: 2025-04-08T15:35:54.281Z (about 1 year ago)
- Language: Vue
- Size: 2.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt_vuejs
## 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).