Administrator d3d0aa48d1 网页部署 hace 1 año
..
public d3d0aa48d1 网页部署 hace 1 año
src d3d0aa48d1 网页部署 hace 1 año
.gitignore ff303cf46b 初始化 hace 1 año
README.md ff303cf46b 初始化 hace 1 año
index.html d3d0aa48d1 网页部署 hace 1 año
package-lock.json d3d0aa48d1 网页部署 hace 1 año
package.json d3d0aa48d1 网页部署 hace 1 año
tsconfig.json ff303cf46b 初始化 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 @wangeditor/editor @wangeditor/editor-for-vue
  11. 编译提示内存不足npm install --save-dev cross-env