https://github.com/domicoder/devskills-web
https://github.com/domicoder/devskills-web
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domicoder/devskills-web
- Owner: domicoder
- Created: 2025-01-04T16:41:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T19:46:17.000Z (over 1 year ago)
- Last Synced: 2025-10-19T07:56:55.475Z (8 months ago)
- Language: Vue
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devskills VUE - NC form
Landing page with [Vue.js](https://vuejs.org/), [Vuetify](https://vuetifyjs.com/) and [Restify (backend)](https://github.com/restify/node-restify).
# Demo
Open Demo: [Devskills web](https://devskillsvue.netlify.app/)
## Project setup
##### Folder Structure
- `devskills-form`
- `restify-restful-api`
- `devskills-web`
##### Create a directory
`$ mkdir devskills-form`
`$ cd devskills-form`
##### Clone API repository
> Changes: `created resource code` updated from `200` to `201`
`$ git clone https://github.com/domicoder/restify-restful-api.git`
**or**
> Changes: No.
##### Configuring API
`$ cd devskills-api`
`$ npm install`
[Click here to setup environment variables to API](https://github.com/domicoder/restify-restful-api#environtment-variables)
After setup variables run: `$ npm start` or `npm run serve`
##### Clone frontend repository (this)
`$ 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 packages
`$ npm install`
Open Visual Studio Code `$ code .`
[Click here to setup environment variables to Vue Project](https://github.com/domicoder/devskills-web#environment-variables-)
After setup variables run: `$ npm start` or `npm run serve`
##### Unit test
`$ npm test`
### Environment Variables \*
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/
```
### Pages