VueJS StarterKit with SSR rendering and Koa2 API
- Koa2 - API
- Vue.js + SSR
- Sequelize - for secure DB queries and reusable models
- Config - for better environment configuraion
- Axios - for unified Promise based HTTP requests (client and server)
npm run dev
npm run build
npm run start
npm run e2e
npm run unit
- Add user Sign in/up (JWT)
- Add contacts page
- Add language switcher
- Implement administrating side
- Create .sh to generate bare sequelize models from your database