This website requires JavaScript.
Explore
Help
Register
Sign In
fnvtk
/
cunkebao_v3
Watch
1
Star
0
Fork
0
You've already forked cunkebao_v3
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
af2f32da4a593e3a2cde1cba2237ba2e0a8fdc2b
cunkebao_v3
/
Touchkebao
/
postcss.config.js
9 lines
114 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update package.json to set module type, refactor postcss.config.js to use ES module syntax, and remove vite.config.ts file.
2025-12-10 15:57:02 +08:00
export
default
{
plugins
:
{
"postcss-pxtorem"
:
{
rootValue
:
16
,
propList
:
[
"*"
]
,
feat: 初始化项目基础架构与核心功能 添加项目基础文件结构、路由配置、API接口和核心组件 实现登录认证、权限控制、WebSocket通信等基础功能 引入antd-mobile UI组件库和Vite构建工具 配置TypeScript、ESLint、Prettier等开发环境 添加移动端适配方案和全局样式 完成首页、工作台、个人中心等基础页面框架
2025-09-11 15:00:57 +08:00
}
,
Update package.json to set module type, refactor postcss.config.js to use ES module syntax, and remove vite.config.ts file.
2025-12-10 15:57:02 +08:00
}
,
}
;
Reference in New Issue
Copy Permalink