shardingsphere/sharding-ui/sharding-ui-frontend
j ae59f1521f init 2024-10-08 17:34:03 +08:00
..
build init 2024-10-08 17:34:03 +08:00
config init 2024-10-08 17:34:03 +08:00
src init 2024-10-08 17:34:03 +08:00
static init 2024-10-08 17:34:03 +08:00
test init 2024-10-08 17:34:03 +08:00
.babelrc init 2024-10-08 17:34:03 +08:00
.editorconfig init 2024-10-08 17:34:03 +08:00
.eslintignore init 2024-10-08 17:34:03 +08:00
.eslintrc.js init 2024-10-08 17:34:03 +08:00
.postcssrc.js init 2024-10-08 17:34:03 +08:00
README.md init 2024-10-08 17:34:03 +08:00
index.html init 2024-10-08 17:34:03 +08:00
package.json init 2024-10-08 17:34:03 +08:00
pom.xml init 2024-10-08 17:34:03 +08:00

README.md

sharding-ui-frontend

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

unit test command

# Karma does unit testing for components and pages
npm run unit