Nincs leírás

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

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