Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
}
```