No Description

nieyuge 130c1036f4 bug fix 2 years ago
.vscode 42c7c12cfc init 3 years ago
public 5a51afceab ico 3 years ago
src 130c1036f4 bug fix 2 years ago
.gitignore 42c7c12cfc init 3 years ago
README.md 92afc0e02a redme 2 years ago
index.html de6e48ae35 upload 2 years ago
package-lock.json 46041c66d9 list 2 years ago
package.json 46041c66d9 list 2 years ago
server.js 4b23ac7bd0 fix 2 years ago
tsconfig.json 42c7c12cfc init 3 years ago
tsconfig.node.json 42c7c12cfc init 3 years ago
vite.config.ts 42c7c12cfc init 3 years ago

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
  2. npm run serve
  3. pm2 start npm -- run serve (保活)