Swoole Dashboard

  • Install dependent libraries: npm install
  • Start the service: npm run serve
  • Open the browser: http://localhost:8080/

After modifying .vue and .ts files, you don’t need to restart the service, just refresh the browser

环境

  • Version: typescript 4.2.4
  • node -v v10.15.1
  • npm -v 7.21.0

前端模版

https://github.com/Armour/vue-typescript-admin-template

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run your unit tests

yarn test:unit

Generate all svg components

yarn svg