# jqmobile **Repository Path**: viktor028/jqmobile ## Basic Information - **Project Name**: jqmobile - **Description**: 京东移动端电商项目,方便用户通过移动设置查看商品,选购商品,它包含首页模块,购物车模块,分类模块,订单模块,个人中心模块,商品详情,登录注册。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-06 - **Last Updated**: 2023-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webmobile ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```