Aucune description

gujiheimao 0558e953f7 修改了子按钮的标签,添加了文章和问题的按钮 il y a 2 ans
public 705ba6ba45 首次提交,模仿https://kar.kardz.cc/编写 il y a 2 ans
src 0558e953f7 修改了子按钮的标签,添加了文章和问题的按钮 il y a 2 ans
text e5e404170c 添加特惠礼包 il y a 2 ans
.gitignore 705ba6ba45 首次提交,模仿https://kar.kardz.cc/编写 il y a 2 ans
README.md 4d0e6e640b 添加了首页商品详情 il y a 2 ans
index.html 705ba6ba45 首次提交,模仿https://kar.kardz.cc/编写 il y a 2 ans
package-lock.json 4d0e6e640b 添加了首页商品详情 il y a 2 ans
package.json 4d0e6e640b 添加了首页商品详情 il y a 2 ans
tsconfig.json 705ba6ba45 首次提交,模仿https://kar.kardz.cc/编写 il y a 2 ans
tsconfig.node.json 705ba6ba45 首次提交,模仿https://kar.kardz.cc/编写 il y a 2 ans
vite.config.ts 705ba6ba45 首次提交,模仿https://kar.kardz.cc/编写 il y a 2 ans

README.md

外包商城

参考资料

https://viewer.edrawsoft.com/public/s/f11e9836511274

安装框架

  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