Sin descripción

nieyuge 7012ec2bb5 bug fix hace 2 años
.vscode 42c7c12cfc init hace 3 años
public 5a51afceab ico hace 3 años
src 7012ec2bb5 bug fix hace 2 años
.gitignore 42c7c12cfc init hace 3 años
README.md 0bcbd9e491 readme hace 2 años
index.html 1ae8b30123 reset hace 2 años
package-lock.json bc40c6c815 storage hace 2 años
package.json bc40c6c815 storage hace 2 años
server.js 4b23ac7bd0 fix hace 2 años
tsconfig.json 42c7c12cfc init hace 3 años
tsconfig.node.json 42c7c12cfc init hace 3 años
vite.config.ts 42c7c12cfc init hace 3 años

README.md

Vue 3 + TypeScript + Vite

测试

npm run dev

部署

本地

  1. npm run dev

测试

  1. npm run build-test
  2. npm run test
  3. pm2 start npm -- run test (保活)

预发布

  1. npm run build-pre
  2. npm run pre
  3. pm2 start npm -- run pre (保活)

线上

  1. npm run build
  2. npm run serve
  3. pm2 start npm -- run serve (保活)