# webpack-vue-typescript-starter
**Repository Path**: leamiko/webpack-vue-typescript-starter
## Basic Information
- **Project Name**: webpack-vue-typescript-starter
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-13
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Webpack-Vue-Typescript
A front-end solution web applications.
如果你不想用vue-cli,那就试试它吧~
## 在线预览
- [wvts-page](https://ezioreturner.github.io/wvtsPage/)
## dependencies 依赖模块
- [Vue](https://cn.vuejs.org/)
- [Vuex](https://vuex.vuejs.org/zh/)(Vue 官方状态管理工具)
- [Antd-Vue](https://vue.ant.design/)(一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库)
- [axios](https://github.com/mzabriskie/axios)(http 请求模块)
- [echarts](https://github.com/apache/incubator-echarts)(百度开源可视化图表工具)
- [animate.css](http://daneden.me/animate)(css 动画库)
- [moment](http://momentjs.cn/)(时间工具库)
- [lodash](https://www.lodashjs.com/)(是一个一致性、模块化、高性能的 JavaScript 实用工具库。)
## 如何启动
1. 下载或克隆项目源码
```bash
git clone https://github.com/EzioReturner/webpack-vue-typescript-starter.git wvts
cd wvts
```
2. yarn 或者 npm 安装相关包文件
```bash
yarn install Or npm install
```
3. 启动项目
- 客户端启动
```bash
yarn start Or npm run start
```
4. 启动完成后打开浏览器访问 [http://localhost:9527](http://localhost:9527),如果需要更改启动端口,可在 .env 文件中配置。
5. 打包项目
```bash
yarn build or npm run build
```