The frontend for the project formerly known as signet, now known as beignet.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 359 B

2 lat temu
2 lat temu
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/).