https://github.com/hilmizul/cspc
Computer Science Programming Contest. 1st number: replace char (upcase and lowercase)
https://github.com/hilmizul/cspc
cspc javascript programming-contest vue
Last synced: 27 days ago
JSON representation
Computer Science Programming Contest. 1st number: replace char (upcase and lowercase)
- Host: GitHub
- URL: https://github.com/hilmizul/cspc
- Owner: HilmiZul
- Created: 2020-09-29T15:54:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T16:32:04.000Z (over 5 years ago)
- Last Synced: 2024-12-29T15:44:24.675Z (over 1 year ago)
- Topics: cspc, javascript, programming-contest, vue
- Language: JavaScript
- Homepage: https://cspc.zulhilmi.id
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cspc
> computer science progamming contest
## 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 a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).