Aucune description

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

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 (保活)