1.0.0 • Published 2 years ago

princess-web v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

项目介绍

本项目使用Vite + Vue3 + TypeScript搭建的一套前端工程化项目。

技术栈

  • 编程语言:TypeScript 4.x + JavaScript
  • 构建工具:Vite 2.x
  • 前端框架:Vue 3.x
  • 路由工具:Vue Router 4.x
  • 状态管理:Vuex 4.x
  • UI框架:Element Plus
  • CSS预编译:Less
  • HTTP工具:Axios
  • 代码规范:EditorConfig + Prettier + ESLint
  • 单元测试:vue-test-utils + jest + vue-jest + ts-jest

注意

确保script标签添加ts,否则项目构建不通过。 <script lang=ts></script>