Skip to content

devcrafta/Vuely-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set Environment Variable - frontend or vront repository (Important)

VUE_APP_API_URL

Example

VUE_APP_API_URL=htpps://api.helal.zntra.net

Set Environment Variable - backend or back repository (Important)

NODE_ENV=dev
PORT=8000
MONGO_DB_NAME=***
MONGO_DB_USER=***
MONGO_DB_PASS=***
JWT_SECRET=***

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your end-to-end tests

npm run test:e2e

###Guildlines for Frontend

1. Admin and User will have same pages(where url is same), but changes
according to user/admin_type
2. check for admin_type to change the page based on user/admin(0-user/1-admin)
3. Keep indentation at 1 tab(4 spaces)

About

🖖 Vuely Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors