Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myst729/Vuelog
A backend-free blog system built on top of Vue.js
https://github.com/myst729/Vuelog
blog-engine vuejs
Last synced: 3 months ago
JSON representation
A backend-free blog system built on top of Vue.js
- Host: GitHub
- URL: https://github.com/myst729/Vuelog
- Owner: myst729
- License: mit
- Created: 2016-04-08T01:28:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:08:13.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:31:04.945Z (6 months ago)
- Topics: blog-engine, vuejs
- Language: Vue
- Homepage: https://vuelog.js.org/
- Size: 37.2 MB
- Stars: 266
- Watchers: 11
- Forks: 39
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Vuelog](https://vuelog.js.org/)
[![ES2015+](https://img.shields.io/badge/es-2015+-ff69b4.svg)](https://kangax.github.io/compat-table/es6/)
[![CircleCI](https://img.shields.io/circleci/project/myst729/Vuelog/master.svg)](https://circleci.com/gh/myst729/Vuelog/tree/master)
[![Codecov](https://img.shields.io/codecov/c/github/myst729/Vuelog/master.svg)](https://codecov.io/github/myst729/Vuelog)
[![Release](https://img.shields.io/github/release/myst729/Vuelog.svg)](https://github.com/myst729/Vuelog/releases/latest)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myst729/Vuelog/blob/master/LICENSE)> A backend-free blog system built on top of Vue.js
## Browsers Support
|
Chrome |
Edge |
Firefox |
Opera |
Safari |
Internet Explorer |
| :------: | :------: | :------: | :------: | :------: | :--: |
| Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✘ |## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Documentation
https://vuelog.js.org/
## Changelog
https://vuelog.js.org/#/page/changelog/
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016-2019 [Leo Deng](https://myst729.github.io/)