https://github.com/oiax/tamachi_vue
Vue.js と Rails 5.1 を組み合わせた Web アプリケーションのデモ
https://github.com/oiax/tamachi_vue
rails5 vuejs2 webpack
Last synced: 10 months ago
JSON representation
Vue.js と Rails 5.1 を組み合わせた Web アプリケーションのデモ
- Host: GitHub
- URL: https://github.com/oiax/tamachi_vue
- Owner: oiax
- License: mit
- Created: 2017-05-14T12:53:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T13:20:15.000Z (about 9 years ago)
- Last Synced: 2025-03-23T20:03:25.500Z (over 1 year ago)
- Topics: rails5, vuejs2, webpack
- Language: Ruby
- Homepage:
- Size: 164 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
tamachi_vue
===========
Vue.js と Rails 5.1 を組み合わせた Web アプリケーションのデモ
## インストール方法
```bash
git clone https://github.com/oiax/tamachi_vue.git
cd tamachi_vue
bundle
yarn
bin/rake db:setup
```
## ライセンス
The `tamachi_vue` is distributed under the [MIT license](LICENSE).