https://github.com/jmcph4/nuxt-tute
Nuxt.js tutorial
https://github.com/jmcph4/nuxt-tute
frontend frontend-framework frontend-webdevelopment npm npx nuxt nuxt-demo nuxtjs single-page-app storyblok tutorial vue vuejs vuex
Last synced: 10 months ago
JSON representation
Nuxt.js tutorial
- Host: GitHub
- URL: https://github.com/jmcph4/nuxt-tute
- Owner: jmcph4
- Created: 2020-01-04T06:22:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:58:30.000Z (about 3 years ago)
- Last Synced: 2025-02-16T00:44:42.070Z (12 months ago)
- Topics: frontend, frontend-framework, frontend-webdevelopment, npm, npx, nuxt, nuxt-demo, nuxtjs, single-page-app, storyblok, tutorial, vue, vuejs, vuex
- Language: Vue
- Size: 3.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mywebsite
> My stupendous Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm run 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).