설명 없음

urban b5f6cad034 feat: 优化护眼模式顶部导航栏视觉效果 3 주 전
public 123ca9bf73 ios主屏幕icon 1 개월 전
src b5f6cad034 feat: 优化护眼模式顶部导航栏视觉效果 3 주 전
systemUpLoading 701268632f user font end init 1 개월 전
.env.development 701268632f user font end init 1 개월 전
.env.production 701268632f user font end init 1 개월 전
.env.test 701268632f user font end init 1 개월 전
.gitignore 26c6ba4ef9 纸飞机一键登录 1 개월 전
.gitlab-ci.yml 701268632f user font end init 1 개월 전
.prettierrc.json 701268632f user font end init 1 개월 전
Dockerfile 701268632f user font end init 1 개월 전
README copy.md 701268632f user font end init 1 개월 전
README.md 701268632f user font end init 1 개월 전
env.sh 701268632f user font end init 1 개월 전
index.html 123ca9bf73 ios主屏幕icon 1 개월 전
nginx.conf 701268632f user font end init 1 개월 전
package-lock.json c6bbe64784 fix:越南语、印尼语要加上 1 개월 전
package.json c6bbe64784 fix:越南语、印尼语要加上 1 개월 전
tsconfig.json 701268632f user font end init 1 개월 전
vite.config.js 701268632f user font end init 1 개월 전

README copy.md

  • Install:

    npm install
    
  • Run:

    npm run dev
    npm run serve
    
  • Build:

    # 开发环境
    npm run build:dev
    npm run build-dev
    
    # 测试环境
    npm run build:test
    npm run build-test
    
    # 生产环境
    npm run build:prod
    npm run build-prod