vidar-team / hctf_frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hctf_frontend

Build Status

HCTF Frontend

构建说明

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

多语言

平台前台内置中英两种语言,如需扩展请查看src/i18n文件夹并按格式新建语言文件。

此外,还需要在src/App.vue内添加切换到新语言的按钮。

其他

网站根目录为./dist文件夹,另默认后台路径为/API

About


Languages

Language:Vue 60.9%Language:JavaScript 38.8%Language:CSS 0.1%Language:HTML 0.1%