# cli3-version-0.1 **Repository Path**: hitctc/cli3-version-0.1 ## Basic Information - **Project Name**: cli3-version-0.1 - **Description**: 设计模板,基于cli-3.0模板:vue,vuex,router,stylus,eslint标准版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 该项目是基于vue cli3.0的移动端模板,已配置router、vuex、eslint标准版、stylus ### 安装依赖 ``` npm install ``` ### 启动项目 ``` npm run serve ``` ### 打包项目 ``` npm run build ``` ### esLint修复文件 ``` npm run lint ``` ### [vue](https://cn.vuejs.org/v2/guide/)