/alura-tracker

Project developed in the course of Vue3: Composition API and Vuex by Alura

Primary LanguageVue

alura-tracker

Run API Mock

npm i -g json-server
json-server --watch db.json

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.