:fire: Based on vue3.x,vite5.x, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!
vue3-jd-h5 is an e-commerce H5 page front-end project based on Vue 3.0.0 + Vant 3.0.0 implementation. It includes homepage, category page, my page, shopping cart, and more. The project is open source, and contributions are welcome through PRs or issues. Development steps and installation instructions are provided for setting up the project environment and experiencing the new features of Vue 3.
Clone the project locally by selecting a file and running:
git clone <repository-url>
Install dependencies by running:
npm install
For development environment, run:
npm run dev
Package the project by running:
npm run dll:build
For node version 16.20.2 installation, use:
npm install node@16.20.2
For @vue/composition-api installation, use:
npm install @vue/composition-api
Utilize the CDN in the main entry file main.js to start using the plugin to develop components.
vue3-jd-h5 is an e-commerce H5 project implemented with Vue 3.0 and Vant 3.0. It provides various pages like the homepage, category page, and shopping cart. The project is open source, welcoming contributions through PRs or issues. Developers can follow the provided installation guide to set up the project environment and explore the new features offered by Vue 3.