Skip to content

vue3 + vue-router + vuex + ts + eslint + prettier + stylelint + commitlint

Notifications You must be signed in to change notification settings

hcg1023/vue3-template

Repository files navigation

vue3-template

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

├─public
│      favicon.ico
│      index.html
│
├─src
│  │  App.vue
│  │  main.ts
│  │
│  ├─assets
│  │      logo.png
│  │
│  ├─components
│  │      HelloWorld.vue
│  │
│  ├─router
│  │      index.ts
│  │
│  ├─store
│  │      index.ts
│  │
│  ├─types
│  │      shims-file.d.ts
│  │      shims-vue.d.ts
│  │
│  └─views
│          About.vue
│          Home.vue
│
└─tests
    └─unit
           example.spec.ts

About

vue3 + vue-router + vuex + ts + eslint + prettier + stylelint + commitlint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published