🌐 AI搜索 & 代理 主页
Skip to content

thiagohagy/nodeVueBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueBase is a Boilerplate for vuejs, a quick way to create administrative systems with login and password already built with jwt

Technologies

  • Backend in nodejs
  • Frontend in javascript (Vuejs) and BootstrapVue

Support

  • Uploads with authenticated routes
  • Https

Features

  • Generic components on frontend: Nav, Pagination, CrudHeader and AlertMessage
  • Global Mixin
  • Complete user and client CRUD (User with upload, we are using Multer on backend )
  • Authentication using Vuex
  • Http with axios
  • VueRouter for route manage

login: admin, password: admin

SETUP

sudo npm install -g nodemon
cd backend
cp config.js.dist config.js
npm install
nodemon index.js

cd ..
cd frontend
npm install
npm run serve

Go to:

http://localhost:9090/api/fixture/usuario/1

this is just to create admin user, login: admin, pass: admin

Access

http://localhost:8080

And thats all folks!

About

Basic structure with, upload, login and user register for easy startup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published