Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyclecycle/lipa-ui
Interactive linguistic pattern generation tool
https://github.com/cyclecycle/lipa-ui
javascript nlp python vue
Last synced: 21 days ago
JSON representation
Interactive linguistic pattern generation tool
- Host: GitHub
- URL: https://github.com/cyclecycle/lipa-ui
- Owner: cyclecycle
- Created: 2019-05-28T17:44:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T17:55:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T11:17:45.070Z (2 months ago)
- Topics: javascript, nlp, python, vue
- Language: Vue
- Size: 817 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LIPA-UI
## Development
### Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).