https://github.com/mingslife/github-blog
A databaseless blog for GitHub Page
https://github.com/mingslife/github-blog
axios babel databaseless iview markdown nodejs vue webpack
Last synced: 2 months ago
JSON representation
A databaseless blog for GitHub Page
- Host: GitHub
- URL: https://github.com/mingslife/github-blog
- Owner: mingslife
- License: mit
- Created: 2018-04-12T12:09:54.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-12T18:45:54.000Z (about 8 years ago)
- Last Synced: 2025-02-17T23:47:14.398Z (over 1 year ago)
- Topics: axios, babel, databaseless, iview, markdown, nodejs, vue, webpack
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-blog
> A databaseless blog for GitHub Page
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).