The frontend for the project formerly known as signet, now known as beignet.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 359 B

2 år sedan
2 år sedan
1234567891011121314151617181920212223242526272829
  1. # beignet
  2. ## Project setup
  3. ```
  4. yarn install
  5. ```
  6. ### Compiles and hot-reloads for development
  7. ```
  8. yarn serve
  9. ```
  10. ### Compiles and minifies for production
  11. ```
  12. yarn build
  13. ```
  14. ### Run your unit tests
  15. ```
  16. yarn test:unit
  17. ```
  18. ### Lints and fixes files
  19. ```
  20. yarn lint
  21. ```
  22. ### Customize configuration
  23. See [Configuration Reference](https://cli.vuejs.org/config/).