kirklin / celeris-web

Celeris Web is a highly performant and customizable front-end development template built with Vue 3, Vite, and TypeScript. It features the latest syntax, components and APIs auto importing, state management, Chinese font presets, internationalization, and integration with OpenAI's ChatGPT API.
https://celeris-web.vercel.app/
MIT License
384 stars 60 forks source link

doc: 求一个开发指引 #28

Open cifangyiquan opened 3 months ago

cifangyiquan commented 3 months ago

Clear and concise description of the problem

这个项目非常漂亮,作为一个前端初学者,想要尝试修改和添加一下组件和模块。 但不知到从哪里入手比较好。希望能有个开发指引和示例。谢谢~

Suggested solution

希望提供一个开发流程示例

Alternative

No response

Additional context

No response

Validations

kirklin commented 3 months ago

apps/admin/src/pages 这个路径对应不同的页面,可以从这里开始更改。

kirklin commented 3 months ago

image image image

使用vue devtools也可以帮助你快速了解页面上不同的位置都是哪些组件的作用,点击就会跳转到编辑器。

kirklin commented 3 months ago

详细的等待后续有空了出文档吧