https://github.com/dkunin/habitology
Simple app to work on habits
https://github.com/dkunin/habitology
Last synced: 2 months ago
JSON representation
Simple app to work on habits
- Host: GitHub
- URL: https://github.com/dkunin/habitology
- Owner: DKunin
- Created: 2017-08-23T18:45:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T20:52:40.000Z (over 5 years ago)
- Last Synced: 2026-01-03T01:04:49.717Z (6 months ago)
- Language: JavaScript
- Homepage: https://habitology.life
- Size: 7.75 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# habitology[beta]
> Simple app to work on habits


## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8082
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 detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).