An ebook/comic library service and web client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
298 B

  1. # administration_client
  2. ## Project setup
  3. ```
  4. yarn install
  5. ```
  6. ### Compiles and hot-reloads for development
  7. ```
  8. yarn run serve
  9. ```
  10. ### Compiles and minifies for production
  11. ```
  12. yarn run build
  13. ```
  14. ### Lints and fixes files
  15. ```
  16. yarn run lint
  17. ```
  18. ### Run your unit tests
  19. ```
  20. yarn run test:unit
  21. ```