I am just starting out with Vue JS and need guidance on project structure for creating a multiple-SPA front-end.
The idea is to have a common navigation bar at the top of all pages. Each link on the nav-bar leads to another static html page. Each static html page will have a simple div container that will load the necessary compiled js file (compiled with webpack) that will have the necessary components for that pages's functionality.
Specifically I need suggestions on the following aspects.
- Webpack Configuration.
- Project Structure.
I am using an Express based backend Json Web API.
Presently I do not require state sharing between the silo-ed pages.
via Raghavendra Kumar
No comments:
Post a Comment