Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3thr3n/i18n_editor


https://github.com/3thr3n/i18n_editor

Last synced: 10 days ago
JSON representation

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
```