Skip to content

GustavoSchuler/vue3-base

Repository files navigation

vue

vue3-base

Base project using Vue.js 3.0 with Typescript, vuex and vue-router

Setting up the project

Prerequisites

$ npm install -g @vue/cli 

Install dependencies

Download the project and run the following command at main folder

$ npm install

Running in development mode (local)

Execute the following command after install all dependencies

$ npm run serve

Now your application is running in local mode.

Building for production

Execute the following command at the main folder

$ npm run build

Running unit tests

Executing unit tests in watch mode

$ npm run test:watch

Executing unit tests without watch mode

$ npm run test

Executing unit tests with coverage

$ npm run test:ci

Linting and fixing files

Execute the following command at the main folder

$ npm run lint

Customizing configuration

See Vue.js configuration reference.

About

Base project using Vue.js 3.0 with Typescript, vuex and vue-router

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published