Project URL: http://nl-vuecli.glitch.me/
Remix Link: https://glitch.com/edit/#!/nl-vuecli
I have setup a skeleton webapp for Vue.js CLI and Express.js. Feel free to remix this project and create cool projects on glitch.
Features:
- This is a simple skeleton webapp, with Vue.js as the front-end that is located in /client directory
- This uses Express.js as the server. The express route handler redirects the front-end routes to Vue-Router. It uses the ‘connect-history-api-fallback’ module to handle any url misses due to the app being an SPA
- Designed to handle server API’s under ‘/api/’ directory
All in all, this is just a skeleton you can use to remix and make Vue + Express full-stack projects on