JohnNiang / onlinejudge-portal

Online Judge Portal Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onlinejudge-portal

Online Judge Portal Project.

Build Setup

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

About

Online Judge Portal Project.


Languages

Language:Vue 56.7%Language:JavaScript 40.3%Language:CSS 2.7%Language:HTML 0.3%