Aucune description

nieyuge 2afae8cae5 remove emoji il y a 2 ans
.vscode 42c7c12cfc init il y a 3 ans
public 5a51afceab ico il y a 3 ans
src 2afae8cae5 remove emoji il y a 2 ans
.gitignore 42c7c12cfc init il y a 3 ans
README.md 92afc0e02a redme il y a 2 ans
index.html de6e48ae35 upload il y a 2 ans
package-lock.json 46041c66d9 list il y a 2 ans
package.json 46041c66d9 list 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
  2. npm run serve
  3. pm2 start npm -- run serve (保活)