Electron desktop messenger client for Crimata
- TypeScript 64.4%
- Vue 25.6%
- JavaScript 7.6%
- Python 1.6%
- HTML 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| build | ||
| public | ||
| src | ||
| tests | ||
| .browserslistrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| .gitlab.ci.yml | ||
| babel.config.js | ||
| jest.config.js | ||
| jsconfig.json | ||
| login.svg | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vue.config.js | ||
| yarn.lock | ||
crimata-electron
Project setup
yarn install
Compiles and hot-reloads for development
yarn dev
Compiles and minifies for production
yarn electron:build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint