Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.