Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnniang/onlinejudge-portal
Online Judge Portal Project.
https://github.com/johnniang/onlinejudge-portal
Last synced: 10 days ago
JSON representation
Online Judge Portal Project.
- Host: GitHub
- URL: https://github.com/johnniang/onlinejudge-portal
- Owner: JohnNiang
- Created: 2018-04-01T07:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:14:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T20:59:15.986Z (over 1 year ago)
- Language: Vue
- Size: 1.55 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# onlinejudge-portal
> Online Judge Portal Project.
## Build Setup
```bash
# install dependencies
npm install# serve with hot reload at localhost:8000
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```## Dependencies
> save
* axios
* vuex> dev
* node-sass
* sass-loader## VS Code Config
```
{
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
],
"eslint.options": {
"plugins": [
"html"
]
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"window.zoomLevel": 0,
"workbench.colorTheme": "Solarized Light",
"extensions.ignoreRecommendations": false,
"prettier.singleQuote": true,
"prettier.semi": false
}
```