# bookstore **Repository Path**: isAaron/bookstore ## Basic Information - **Project Name**: bookstore - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bookstore ## Project setup ``` npm install ``` 依赖下载 ``` npm install vant --save npm install axios --save ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). vant vue地址:https://vant-contrib.gitee.io/vant/#/zh-CN/card 你需要关注的内容包括: {Button, Search, Icon, Swipe, SwipeItem, Image, Lazyload, GridItem, Grid,Tag,Card,Col,Row} 使用本地图片的时候应该使用require包裹,例 ``` ```