https://github.com/wangcch/nuxt-blog
Blog based on Nuxt.js, Node.js and SQLite
https://github.com/wangcch/nuxt-blog
Last synced: 4 months ago
JSON representation
Blog based on Nuxt.js, Node.js and SQLite
- Host: GitHub
- URL: https://github.com/wangcch/nuxt-blog
- Owner: wangcch
- Created: 2018-05-17T17:45:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T05:51:14.000Z (almost 8 years ago)
- Last Synced: 2025-05-17T11:06:58.507Z (about 1 year ago)
- Language: Vue
- Homepage: https://aklab.wangcch.cc
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ak_lab
> ak lab
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn 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 the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).