https://github.com/copytranslator/copytranslator-proton
Next generation CopyTranslator
https://github.com/copytranslator/copytranslator-proton
Last synced: about 1 year ago
JSON representation
Next generation CopyTranslator
- Host: GitHub
- URL: https://github.com/copytranslator/copytranslator-proton
- Owner: CopyTranslator
- License: other
- Created: 2019-11-02T14:23:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:48:05.000Z (over 3 years ago)
- Last Synced: 2023-03-04T11:18:47.024Z (over 3 years ago)
- Language: TypeScript
- Homepage:
- Size: 2.26 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# copytranslator-proton
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).