摘要: 脚手架文件结构 ├── node_modules ├── public │ ├── favicon.ico: 页签图标 │ └── index.html: 主页面 ├── src │ ├── assets: 存放静态资源 │ │ └── logo.png │ │── component: 存放组件 阅读全文
posted @ 2022-12-16 20:00 我有满天星辰 阅读(10) 评论(0) 推荐(0) 编辑