# vue-iview-ts **Repository Path**: dan8/vue-iview-ts ## Basic Information - **Project Name**: vue-iview-ts - **Description**: 一个基于vue2.5,iview3.1,typescript3.0搭建的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-iview-ts ## Project setup ``` npm install -g yarn ``` ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Lints and fixes files ``` yarn run lint ``` ### Run your unit tests ``` yarn run test:unit ``` ### Run your end-to-end tests ``` yarn run test:e2e ```