You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1005 B

2 months ago
  1. # Vue 3 + Vite
  2. This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
  3. Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
  4. npm install router
  5. npm install axios
  6. npm install dayjs --save
  7. npm install element-plus --save element-plus组件库
  8. npm install @element-plus/icons-vue
  9. npm install pinia @pinia-plugin-persistedstate/nuxt
  10. npm install howler
  11. npm install marked 解析markdown 解析文本样式
  12. npm install katex 数学公式 解析数学公式样式
  13. npm install @coze/api
  14. npm install html-to-text
  15. npm install echarts
  16. npm install lodash 安装 lodash 组件,解决数据处理问题
  17. npm install vue-device-detect 安装 vue-device-detect 组件,解决移动端适配问题
  18. npm install moment 安装 moment 组件,解决时间处理问题