Skip to content

ErhanArda/Scorp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scorp

Project setup

I used i18n for localization, vuex for global state manager , json server for my backend data, vuetify for material design, A hosted REST-API https://reqres.in/ ,login infos: { "email": "[email protected]", "password": "cityslicka" }

First
npm install

Compiles and hot-reloads for development

npm run serve

Json Server setup

npm install -g json-server
then
go inside server folder 
json-server --watch db.json

login information "email": "[email protected]", "password": "cityslicka"

Customize configuration

See Configuration Reference See Configuration Reference.

scorp