/vuemastery-vuex

Vuemastery vuex course addpated to vue3 instead of vue2

Primary LanguageVue

Real-world-vue + VUEX

This is code for the vuex vuemastery course, but it's my adptation using vue3 and the base code from real-world-vue3 course, instead of vue2 + vuex.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Start Api

For the API we are using json-server. To start it run the commmand:

json-server --watch db.json

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.