Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sereneinserenade/liebling-vue
Liebling(a ghost theme) translated in VueJS
https://github.com/sereneinserenade/liebling-vue
blog blog-theme dark-mode dark-theme ghost ghost-theme theme
Last synced: 20 days ago
JSON representation
Liebling(a ghost theme) translated in VueJS
- Host: GitHub
- URL: https://github.com/sereneinserenade/liebling-vue
- Owner: sereneinserenade
- License: mit
- Created: 2021-04-29T18:21:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T12:13:12.000Z (over 3 years ago)
- Last Synced: 2024-04-13T14:55:44.476Z (7 months ago)
- Topics: blog, blog-theme, dark-mode, dark-theme, ghost, ghost-theme, theme
- Language: Vue
- Homepage:
- Size: 940 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# liebling-vue
This is a VueJS translation of [ghost theme Liebling](https://github.com/eddiesigner/liebling) by [Eduardo Gómez](https://github.com/eddiesigner).
For now it only supports english and the 'subscribe' function is not ready yet. Use in production at your own risk.## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).