Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
Chrome | Edge
Edge | Firefox
Firefox | Opera
Opera | Safari
Safari | Internet Explorer
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/)