https://github.com/arosh/train-fare
JR の割引計算
https://github.com/arosh/train-fare
Last synced: about 1 year ago
JSON representation
JR の割引計算
- Host: GitHub
- URL: https://github.com/arosh/train-fare
- Owner: arosh
- Created: 2016-05-03T14:13:57.000Z (about 10 years ago)
- Default Branch: vue
- Last Pushed: 2022-12-31T12:09:36.000Z (over 3 years ago)
- Last Synced: 2025-01-31T04:59:53.443Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://arosh.github.io/train-fare
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# train-fare
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
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).