Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3thr3n/i18n_editor
https://github.com/3thr3n/i18n_editor
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/3thr3n/i18n_editor
- Owner: 3thr3n
- License: apache-2.0
- Created: 2023-10-08T23:07:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T23:12:51.000Z (over 1 year ago)
- Last Synced: 2023-10-09T00:21:08.153Z (over 1 year ago)
- Language: Vue
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Internationalization editor (i18n_editor)
This project is a simple i18n editor to be deployed as a small web-application.
It's never intended to save anything to anywhere, it will be all in one session.Reloading the page, clears everything.
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
# or
npm run dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```