/vue-log_and_reg

Used: Vue 3, Vue-CLI, Vuex and Axios

Primary LanguageVue

Vue-Log_and_Reg

1 Run Json-Server with port 3000

npx json-server --watch db.json --port=3000

Or

npm json-server --watch db.json --port=3000

Be sure to specify port 3000 !

2 Run the App!

Run the App in new termenal and don't close termenal with server!

npm run serve