A basic Vue.js project
- The architecture of the application is quite understandable and extensible.
- App component is the main component that contains all components.
- In the architecture, data is sent from the main components to the child components. Sometimes the 'slot' structure is used for this process.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.