Sen descrición

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

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