Pando Leaf web based on Vue & Vuetify and Nuxt.js
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, checkout Nuxt.js docs.
- install crowdin-cli
$ npm install -g crowdin-cli
- init crowdin project to create
crowdin.yaml
$ crowdin init
- remove access token from
crowdin.yaml
edit crowdin.yaml
and remove your token from api_token
field.
- edit the
crowdin.yaml
and add source and translation destination
please check out the yaml file content
- sync translations
# upload
$ crowdin upload -T $CROWDIN_PERSONAL_TOKEN
# download
$ crowdin download -T $CROWDIN_PERSONAL_TOKEN