https://github.com/tanknee/nodeblog
a simple blog designed by nodejs and nuxtjs
https://github.com/tanknee/nodeblog
Last synced: 10 months ago
JSON representation
a simple blog designed by nodejs and nuxtjs
- Host: GitHub
- URL: https://github.com/tanknee/nodeblog
- Owner: TankNee
- Created: 2020-04-06T04:56:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:50:59.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:29:56.649Z (over 3 years ago)
- Language: JavaScript
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxtblog
> My superior 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 run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).