gujiheimao ae4fbe7679 数据优化 hace 1 año
..
public d3d0aa48d1 网页部署 hace 1 año
src ae4fbe7679 数据优化 hace 1 año
.gitignore ff303cf46b 初始化 hace 1 año
README.md f86115efd3 一点小修改,通过编译 hace 1 año
index.html d3d0aa48d1 网页部署 hace 1 año
package-lock.json 76974da532 图片,物品列表,恐龙列表以及图片 hace 1 año
package.json d3d0aa48d1 网页部署 hace 1 año
tsconfig.json c973981659 物品展示 hace 1 año
tsconfig.node.json ff303cf46b 初始化 hace 1 año
vite.config.ts d3d0aa48d1 网页部署 hace 1 año

README.md

  1. 更新npm npm install -g npm@10.2.2
  2. 创建vite项目 npm create vite@latest
  3. 安装路由 npm install vue-router@4
  4. 安装sass npm install -D sass
  5. 安装@type/node npm i --save-dev @types/node
  6. 安装axios npm install axios
  7. 安装elementUI npm install element-plus --save
  8. 安装elementUI Iconnpm install @element-plus/icons-vue
  9. 安装VUEXnpm install vuex@next --save
  10. npm install --save-dev @types/vuex
  11. 安装富文编辑器npm install @wangeditor/editor @wangeditor/editor-for-vue
  12. 编译提示内存不足npm install --save-dev cross-env