https://github.com/isuke/sinatra-vuejs-template
https://github.com/isuke/sinatra-vuejs-template
coffeescript ruby sinatra template vuejs2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isuke/sinatra-vuejs-template
- Owner: isuke
- Created: 2017-08-26T14:57:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T13:22:25.000Z (over 8 years ago)
- Last Synced: 2025-02-06T06:44:34.386Z (over 1 year ago)
- Topics: coffeescript, ruby, sinatra, template, vuejs2
- Language: CoffeeScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sinatra-vuejs-template
> A Sinatra Vue.js project
## Build Setup
```
bundle install
yarn
```
## development
```
bundle exec rackup
yarn run dev
```
## production
```
yarn run build
APP_ENV=production bundle exec rackup
```