vue-dropload drop-down loading example
Project purpose
- Mainly used to test vue-resource and vue-router to test single-page applications
Related knowledge points
- Development of .vue components
- The use of vue-router simple routing
- How to introduce public styles in the project
- vue-resource is used for ajax requests
- Compile and package using babel and webpack
- modal box
- carousel component
Install
- This example was developed using vue-cli, so it can be directly cloned locally.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
renderings