# BookShopWeb **Repository Path**: ruicywu/BookShopWeb ## Basic Information - **Project Name**: BookShopWeb - **Description**: 基于Vue的网上书城前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-01 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, ElementUI ## README node版本建议选择12 已实现的功能有 用户登录注册,使用Vuex存储用户登录状态,书籍条件分页查询,查看书籍详情,添加到购物车,生成订单等 front 为前台app backend 为后台app # default ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).