Açıklama Yok

urbanu 32efa3fba9 首页图标、我的页面 1 ay önce
public 9a92ae7024 logo、app-name-img 1 ay önce
src 32efa3fba9 首页图标、我的页面 1 ay önce
systemUpLoading 701268632f user font end init 1 ay önce
.env.development 701268632f user font end init 1 ay önce
.env.production 701268632f user font end init 1 ay önce
.env.test 701268632f user font end init 1 ay önce
.gitignore 26c6ba4ef9 纸飞机一键登录 1 ay önce
.gitlab-ci.yml 701268632f user font end init 1 ay önce
.prettierrc.json 701268632f user font end init 1 ay önce
Dockerfile 701268632f user font end init 1 ay önce
README copy.md 701268632f user font end init 1 ay önce
README.md 701268632f user font end init 1 ay önce
env.sh 701268632f user font end init 1 ay önce
index.html 545356fe84 tiktok一键登录、服务条款、隐私政策 1 ay önce
nginx.conf 701268632f user font end init 1 ay önce
package-lock.json c6bbe64784 fix:越南语、印尼语要加上 1 ay önce
package.json c6bbe64784 fix:越南语、印尼语要加上 1 ay önce
tsconfig.json 701268632f user font end init 1 ay önce
vite.config.js 701268632f user font end init 1 ay önce

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