# vue-typescript-template **Repository Path**: git-w/vue-typescript-template ## Basic Information - **Project Name**: vue-typescript-template - **Description**: 基于vue cli3.0搭建的前端项目,集成了vue、vue-router、typescript、axios、 webpack4.0 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-30 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-ts-template ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Run your unit tests ``` yarn run test:unit ``` ### cdn 与 gzip 有冲突 暂时不知道怎么解决