https://github.com/kirqe/vutimelog
https://github.com/kirqe/vutimelog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirqe/vutimelog
- Owner: kirqe
- Created: 2017-02-08T00:25:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T00:22:03.000Z (about 8 years ago)
- Last Synced: 2025-01-14T03:10:49.696Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 692 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VuTimeLog

VuTimeLog is a timetracker ish sample app built with the following tools to learn some vue.js
- [vue.js 2](https://github.com/vuejs/vue)
- [vuex](https://github.com/vuejs/vuex)
- [vue-router](https://github.com/vuejs/vue-router)
- [rails 5](https://github.com/rails/rails)## Setup
``` bash
npm install
npm run dev# build for production with minification
npm run build
```api
```bash
cd backend
bundle
rake db:create
rake db:migrate
rake db:seed # check db/seeds.rb
rails s
```update `default_url_options` in `application.rb` for prod