2022-03-25 16:24:25 +08:00
2021-09-25 15:12:02 +08:00
2022-03-25 16:24:25 +08:00
2021-09-16 15:56:59 +08:00
2022-03-25 16:24:25 +08:00
2021-09-16 15:56:59 +08:00
env
2021-09-22 13:30:43 +08:00
2021-09-16 16:07:38 +08:00
2021-12-21 13:33:40 +08:00
2021-09-25 10:01:24 +08:00
2022-03-25 16:24:25 +08:00
2021-09-16 15:56:59 +08:00
2021-12-21 13:33:40 +08:00
2022-03-25 16:24:25 +08:00

league-explorer

初始化配置

复制 .env.example => .env, .env.development

一个是打包发布时使用的配置,一个本地开发配置

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Nginx Configuration

location /api {
    proxy_pass http://172.95.27.1:8901/;
}
Description
联盟链浏览器-有些服务没有办法搭es服务,为了这个准备的
Readme 417 KiB
2021-09-30 17:03:15 +08:00
Languages
Vue 69.7%
TypeScript 28.4%
JavaScript 1.1%
HTML 0.8%