Landing page with Vue.js, Vuetify and Restify (backend).
Open Demo: Devskills web
devskills-formrestify-restful-apidevskills-web
$ mkdir devskills-form
$ cd devskills-form
Changes:
created resource codeupdated from200to201
$ git clone https://github.com/domicoder/restify-restful-api.git
or
Changes: No.
$ cd devskills-api
$ npm install
Click here to setup environment variables to API
After setup variables run: $ npm start or npm run serve
$ Open directory devskills-form, or if you are in API git repository cd ..
$ git clone https://github.com/domicoder/devskills-web.git
$ cd devskills-web
$ npm install
Open Visual Studio Code $ code .
Click here to setup environment variables to Vue Project
After setup variables run: $ npm start or npm run serve
$ npm test
On your Vue.js root folder create a .env.local and .env.production file and add the next lines:
VUE_APP_BASE_URL=http://localhost:8081
or
VUE_APP_BASE_URL=https://restify-devskills-ade2f2fd26de.herokuapp.com/



