金币系统前端
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.

22 lines
846 B

  1. # Vue 3 + TypeScript + Vite
  2. This template should help get you started developing with Vue 3 and TypeScript 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 the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
  4. npm install 下载依赖包
  5. npm run dev 启动项目
  6. npm install vue-router 下载vue-router组件
  7. npm install axios 下载axios组件
  8. npm install element-plus --save 下载element-plus组件
  9. npm install @element-plus/icons-vue 下载element-plus图标库
  10. npm install vue-icons-plus --save 下载外部图标库
  11. npm install echarts 安装echarts组件
  12. npm install moment 安装moment组件