https://github.com/hoaaah/nuxt-blog
Repository for nuxt blog tutorial
https://github.com/hoaaah/nuxt-blog
Last synced: about 1 month ago
JSON representation
Repository for nuxt blog tutorial
- Host: GitHub
- URL: https://github.com/hoaaah/nuxt-blog
- Owner: hoaaah
- Created: 2019-04-17T14:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T08:12:34.000Z (about 1 year ago)
- Last Synced: 2025-02-25T07:23:24.932Z (8 months ago)
- Language: Vue
- Size: 2.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt
> My majestic Nuxt.js project
## 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 start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).