OpenNetLab / OpenNetLab-Edu-FE

frontend of onl for edu, built with vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenNetLab Edu Front End

Get Started

Install nodejs v8.12.0 first.

Linux

npm install
# we use webpack DllReference to decrease the build time,
# this command only needs execute once unless you upgrade the package in build/webpack.dll.conf.js
export NODE_ENV=development 
npm run build:dll

# the dev-server will set proxy table to your backend
export TARGET=http://Your-backend

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

Windows

npm install
# we use webpack DllReference to decrease the build time,
# this command only needs execute once unless you upgrade the package in build/webpack.dll.conf.js
set NODE_ENV=development 
npm run build:dll

# the dev-server will set proxy table to your backend
set TARGET=http://Your-backend

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

LICENSE

MIT

About

frontend of onl for edu, built with vue

License:Other


Languages

Language:Vue 71.4%Language:JavaScript 26.7%Language:Less 0.9%Language:CSS 0.5%Language:HTML 0.3%Language:Shell 0.2%Language:Dockerfile 0.0%