Software function display :https://lzj0913.github.io/Cube/
Clone this repo and run (require nodejs 16.x),you can usenode -v
to check your version in your terminal:
npm install
npx webpack
npm test/npm run test
npm run dev
Then you can visit http://localhost:8080/ for a demo in development mode. You can run server directly without testing, but it is recommended to test it first
For prodcution, run
npm run build
The components will be compiled in dist
folder in production mode.