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.

22 lines
359 B

  1. # doccano-client
  2. > doccano client
  3. ## Build Setup
  4. ``` bash
  5. # install dependencies
  6. $ yarn install
  7. # serve with hot reload at localhost:3000
  8. $ yarn dev
  9. # build for production and launch server
  10. $ yarn build
  11. $ yarn start
  12. # generate static project
  13. $ yarn generate
  14. ```
  15. For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).