基于vite开发的管理系统框架,使用的技术栈包括vite,vue3,element-plus,typescript,postcss
- 启动本地测试
npm run dev
- 发布
npm run build
- eslint代码校验
npm run eslint
- stylelint代码校验
npm run stylelint
- 格式化js代码: eslint
- 格式化css代码: stylelint
- css插件: postcss
- postcss插件:
- css组件库: tailwind
- 自动添加浏览器前缀: autoprefixer
- css嵌套: postcss-nested
- css定义变量: postcss-simple-vars
- js类型: typescript
- 模拟数据: mockjs
- http请求: axios
- 单元测试: jest