# EvCli **Repository Path**: xzfans/vue-evcli ## Basic Information - **Project Name**: EvCli - **Description**: vue2.0+webpack+vuecli - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # evcli 基于vue2.0 运行依赖:axios echarts elementUI moment nprogress 开发依赖:sass postcss ## 安装 ``` npm install ``` ### 启动 ``` npm run serve ``` ### 构建 ``` npm run build ``` ### 测试 ``` npm run test:unit ``` ### 更多配置 See [Configuration Reference](https://cli.vuejs.org/config/).