- user registration (0.0.12v)
- getting information from client (in dev)
- chat application (in plan)
- cart and payments (in plan)
master - Main branch, the result of which can be seen at the link http://www.murrengan.ru/.
develop - Branch for developers. Checkout from here and implement new features.
- Vuejs as main frontend framework
- eleme.io as base UI Library
- vuex for state management and code simplify
- vuex-persistedstate for save state on reload pages
- vuelidate as helper, for field validator
- axios as HTTP client for the browser (post, get and etc requests)
- vue-recaptcha for save our precious site from bots
- vue-router for help on navigation and route defender
npm install
npm run serve
npm run build