Skip to content

Jeerjmin/vue-inversify

Repository files navigation

Vue inversify typescript starter with services architecture

Project setup

yarn install
cp app.config.json.example public/app.config.json

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

For DevOPS

Config will be stored in dist/app.config.json

Customize configuration

See Configuration Reference.