rubnvp / vue-is-among-us

Demo showing a web application with Vue v2 and v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-is-among-us

screensot demo

Branches

  • master πŸ‘‰ vue2
  • vue3 πŸ‘‰ vue3

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

package.json migration from v2 to v3

  • "vue": "^2.6.11" πŸ‘‰ "vue": "^3.0.0-0"
  • "eslint-plugin-vue": "^6.2.2" πŸ‘‰ "eslint-plugin-vue": "^7.0.0-0"
  • "sass-loader": "^10.0.2" πŸ‘‰ "sass-loader": "^8.0.2"
  • "vue-template-compiler": "^2.6.11" πŸ‘‰ "@vue/compiler-sfc": "^3.0.0-0"
  • "plugin:vue/essential" πŸ‘‰ "plugin:vue/vue3-essential"

About

Demo showing a web application with Vue v2 and v3


Languages

Language:Vue 83.1%Language:SCSS 6.8%Language:HTML 5.2%Language:JavaScript 4.9%