Skip to content

anotherKyleFrom1994/Typescript-Vue-practice

Repository files navigation

A practice generated by Vue-Cli3 and using Typescript. It's still being developed. Feel free to comment or point out anything inappropriate.


Typescript-Vue-practice

Below is what I use to architect this project:

Framework & Language

  • Vue 2.x
  • Typescript 3.5x

State managent

  • Vuex

UI design

  • Vuetify 2.x

Linting

  • ESLint

Testing

  • jest(unit)
  • Nightwatch(e2e)

Scaffold

typescript-vue-practice/
  ├─ public/
  └─ src/
    └─ assets/
    └─ components/
    └─ data/
    └─ enums/
    └─ pages/
    └─ plugins/
    └─ types/
  └─ tests/
    └─ e2e
    └─ unit

Initialize the project

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve