# vue-tools **Repository Path**: zoeblow/vue-tools ## Basic Information - **Project Name**: vue-tools - **Description**: vue 脚手架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-07-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #vue-tools vue 项目脚手架 #### 麻麻再也不用担心我找不到脚手架了呢。 ### Dev ``` bash #天才第一步 先下崽儿或者clone 下来呗 git clone https://gitee.com/zoeblow/vue-tools.git #第二部 安装一波依赖 npm/cnpm install #第三步 run一波 npm run dev ``` ### Build ```bash # 简单一步 冰箱门都不用开 npm run build ``` build 完成之后,需要使用http-server 跑做一个本地的http服务 ``` bash # 全局安装 http-server npm/cnpm install -g http-server # 进入 ./dist 编译完成目录 cd dist # 直接跑一波 http-server # 浏览器走起 ``` 是不是嗨嗨皮皮的 就跑了起来