Sen descrición

nieyuge bc40c6c815 storage %!s(int64=2) %!d(string=hai) anos
.vscode 42c7c12cfc init %!s(int64=3) %!d(string=hai) anos
public 5a51afceab ico %!s(int64=3) %!d(string=hai) anos
src bc40c6c815 storage %!s(int64=2) %!d(string=hai) anos
.gitignore 42c7c12cfc init %!s(int64=3) %!d(string=hai) anos
README.md 0bcbd9e491 readme %!s(int64=2) %!d(string=hai) anos
index.html 2a1b889082 Analytics %!s(int64=2) %!d(string=hai) anos
package-lock.json bc40c6c815 storage %!s(int64=2) %!d(string=hai) anos
package.json bc40c6c815 storage %!s(int64=2) %!d(string=hai) anos
server.js 4b23ac7bd0 fix %!s(int64=2) %!d(string=hai) anos
tsconfig.json 42c7c12cfc init %!s(int64=3) %!d(string=hai) anos
tsconfig.node.json 42c7c12cfc init %!s(int64=3) %!d(string=hai) anos
vite.config.ts 42c7c12cfc init %!s(int64=3) %!d(string=hai) anos

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