-
Notifications
You must be signed in to change notification settings - Fork 0
Package and Modules
Gonçalo Marques edited this page Dec 22, 2017
·
1 revision
The Vue.js Webpack chosen setup option (as referred on the Application Libraries page) creates a boilerplate where the applcation is built with Webpack. Webpack is a module bundler that transforms modules dependencies to static assets that serves the application. It allows us to specify and change tasks in order to create our own folder structure.
- Vue Router - Routing
- Vuex - State management
- Vue Form - Form Handling
- Axios - API communication