GitXplorerGitXplorer
l

c1ctf-frontend

public
18 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
22044ba7fd64fd82cd70a5570c362f24e15b7a97

添加配置 LoginLimit

llicy183 committed 8 months ago
Unverified
1832fd34fc10e91b389715aa941f5f0cabd0e7b6

feat: add github action

llicy183 committed 8 months ago
Unverified
5b6140dbfc64cda08ef166e1baa5c814cb1691ab

增加未读公告功能

llicy183 committed 8 months ago
Unverified
cc600e57bc62839597b35bd364d9103dd5661e37

容器管理

llicy183 committed 8 months ago
Unverified
f338f8c4d9e2fdd22661bcb0f146e0cbf25050da

init commit

llicy183 committed 9 months ago

README

The README file for this repository.

c1ctf-frontend

配置修改

生产环境配置文件

.env 

开发环境配置文件

.env.development

修改vue.config.js

const proxy_url = 'http://127.0.0.1:8082/api';

Project setup

yarn

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.