Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 592 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 592 Bytes

vue-simple-page-example

A simple page example with Vuex, i18n, Vue router, Vee Validate, Express.js / MongoDB configured. It has login / register pages and a Homepage after login successfully. For the login / register action users stored at MongoDB with express.js

Project setup

npm install

Compiles and hot-reloads for development

npm run serve
npm run backend

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.