whale-anno/fe
maxmon b2a519952f v1.2.9 2021-06-17 03:05:11 +08:00
..
build chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
config + 适配一个单机的NER工具 2021-06-17 01:24:29 +08:00
dist v1.2.9 2021-06-17 03:05:11 +08:00
src ^ 隐藏滚动条,防止影响到定位计算、以及左侧文本显示 2021-06-17 03:04:18 +08:00
static chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
test chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
.babelrc chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
.editorconfig chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
.eslintignore chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
.eslintrc.js chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
.gitignore git ignore package-lock 2021-05-19 18:13:24 +08:00
.postcssrc.js chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
README.md chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
index.html chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00
package-lock.json add be by TheSliceOfLife 2021-05-19 18:10:04 +08:00
package.json add be by TheSliceOfLife 2021-05-19 18:10:04 +08:00
yarn.lock chore: 前端项目基于v1.2.2初始化 2021-04-20 01:43:46 +08:00

README.md

dw-tool-ner

Datawhale's ner tool.

Build Setup

# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.