# E-commerce Platform Back End **Repository Path**: Equation_Yu/e-commerce-platform-back-end ## Basic Information - **Project Name**: E-commerce Platform Back End - **Description**: 基于Vue开发的电商后台管理系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-19 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, HTML, CSS, JavaScript ## README # view-ui-project This project is build for Vue.js 2 + vue-router + webpack2 + View UI (iView) 4, just install and run. ## Install ```bush // install dependencies npm install ``` ## Run ### Development ```bush // For the first time, run init to create index.html npm run init npm run dev ``` ### Production(Build) ```bush npm run build ```