Files
2022-10-21 00:56:27 +08:00
..
2020-04-26 07:09:52 +08:00
2022-10-21 00:56:27 +08:00
2020-04-26 07:09:52 +08:00
2020-04-15 22:40:41 +08:00
2020-04-15 22:40:41 +08:00
2020-04-17 23:38:34 +08:00

poke-game-front-ts

Setup

yarn
yarn serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Project structure

├─public  // html
└─src
    ├─assets
    │  ├─less
    │  └─mp3
    ├─components
    ├─interface
    ├─plugins
    ├─router
    ├─service     // api
    ├─store
    ├─utils
    └─views

License

The MIT License (MIT)