# hlong-tools **Repository Path**: hlog/hlong-tools ## Basic Information - **Project Name**: hlong-tools - **Description**: hlong前端项目 工具类 基于iview - 4.0 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-08 - **Last Updated**: 2023-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: front ## 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 ```