joemanfoo / vue-vuex-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Vue Enterprise Application

Applying Principles of Clean Architecture to Enterprise Frontend Application

Project setup

  • install Node.js (the version is specified in package.json)
  • if you use nvm:
nvm use
  • Install dependencies
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test

Lints and fixes files

npm run lint

Deployments

Tech stack

  • Vue/Vuex
  • Vuetify
  • TypeScript / ESLint
  • Jest

Links

Complete tutorial

Images Credis:

About


Languages

Language:TypeScript 92.0%Language:JavaScript 6.2%Language:HTML 1.8%