You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
flyapps/fir_client
nineven 518fc3101e 优化配置文件读取,支持文件数据库配置模板变量使用 3 years ago
..
public 下载页面增加举报功能 3 years ago
src 优化配置文件读取,支持文件数据库配置模板变量使用 3 years ago
.gitignore fix some bugs 5 years ago
README.md 增加前端打包参数 4 years ago
babel.config.js 优化前端显示代码 4 years ago
package.json 增加自定义广告功能 3 years ago
vue.config.js 优化域名绑定功能 3 years ago

README.md

fir_test

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

mshort 和 short 区别

区别就是引用的下载不同,mshort 下面也引用了elemet , short 没有引用,mshort最终包400kb 左右,short 130kb ,体积相差3倍左右

deploy nginx

    location ~ ^/(index|apps|user|login|register|supersign) {
        try_files $uri $uri/  /index.html;
    }

    # location / {
    #     try_files $uri $uri/  /mshort.html;
    # }

    location / {
        try_files $uri $uri/  /short.html;
    }

Customize configuration

See Configuration Reference.