Sin descripción

nieyuge dc30aeb9eb bug fix hace 3 años
.vscode 42c7c12cfc init hace 3 años
public 5a51afceab ico hace 3 años
src dc30aeb9eb bug fix hace 3 años
.gitignore 42c7c12cfc init hace 3 años
README.md 92afc0e02a redme hace 3 años
index.html de6e48ae35 upload hace 3 años
package-lock.json 46041c66d9 list hace 3 años
package.json 46041c66d9 list hace 3 años
server.js 4b23ac7bd0 fix hace 3 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
  2. npm run serve
  3. pm2 start npm -- run serve (保活)