https://github.com/20lives/workcation-nuxt-i18n-rtl
Example of tailwind-dir: https://workcation-rtl.netlify.com/en/
https://github.com/20lives/workcation-nuxt-i18n-rtl
Last synced: about 1 year ago
JSON representation
Example of tailwind-dir: https://workcation-rtl.netlify.com/en/
- Host: GitHub
- URL: https://github.com/20lives/workcation-nuxt-i18n-rtl
- Owner: 20lives
- Created: 2020-04-09T13:14:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:02:22.000Z (over 3 years ago)
- Last Synced: 2025-03-15T22:15:47.229Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.58 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workcation-nuxt-i18n-rtl
## Build Setup
```bash
# 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, check out [Nuxt.js docs](https://nuxtjs.org).