=============
This frontend project is written for the Burst event detection system which is a complex NLP system.
This project was implemented by Vue and Webpack. There are few other tools have been used in this project like Webpack-dev-server, eslint and so on.
Run the code below to satisfy the dependence
npm install
The configuration file is in the source code directory /src/services/globalConfig.js
. In this file we can set some global parameter of this project.
jsonServerUrl //this parameter is the data server of this project
Run the code below in the root directory of this project can use this project in developer mode
npm run dev
In the dev mode the buildfile will be served via websocket. The browser will be refreshed every time you edit the source code in dev mode, and the commend line will output the result of the eslint.
Run the code below to get the buildfile
npm run build