Overview
This product is a web-based project called Fancy Store, which has different versions based on Vue-CLI 2.0 and Vue-CLI 3.0. The project includes a frontend, backend, and a backend management CMS. It utilizes mock data for front-end development and has GitHub repositories available for each part.
Features
- Vue-CLI 2.0 and 3.0 Versions: Fancy Store has versions based on both Vue-CLI 2.0 and Vue-CLI 3.0.
- Frontend, Backend, and CMS: The project includes a frontend website, a backend server, and a backend management CMS.
- Mock Data: Data requests in the project are handled using mock data, making it purely front-end focused.
Installation
To install the Fancy Store project, follow these steps:
- Clone the frontend project by running:
git clone https://github.com/czero1995/fancy-store - Clone the backend server by running:
git clone https://github.com/czero1995/fancy-store-server.git - For the backend management CMS, clone the project by running:
git clone https://github.com/czero1995/fancy-store-admin.git - After cloning the projects, install the dependencies, start the services, and build for production.
Summary
The Fancy Store project offers different versions based on Vue-CLI 2.0 and Vue-CLI 3.0, featuring a frontend website, backend server, and a backend management CMS. It uses mock data for the front-end development, providing users with a complete web project experience. Installation involves cloning the GitHub repositories for each part, installing dependencies, and building for production.