Skip to content

mohamad4j/vue-cli-start-kit

Repository files navigation

Vue Cli Start Kit

A start kit for vue cli - vue3

Save time with these features:

api service

  • authentication in vue routers
  • used axios package
  • used universal cookie package to save token
  • easy structure for vuex with an example

sass files structure

  • defined color variable and necessary classes
  • bootstrap grid
  • etc

global mixin

  • defined a global mixin

modular vuex

  • modular store with an example

config files

  • define config file for global configs.

Project setup

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:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published