Electron desktop messenger client for Crimata
  • TypeScript 64.4%
  • Vue 25.6%
  • JavaScript 7.6%
  • Python 1.6%
  • HTML 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-10-07 13:03:01 -05:00
public add preload.js script to electron main 2020-10-07 13:03:01 -05:00
src add preload.js script to electron main 2020-10-07 13:03:01 -05:00
tests/unit add preload.js script to electron main 2020-10-07 13:03:01 -05:00
.browserslistrc init 2020-10-06 21:09:02 -05:00
.eslintrc.js init 2020-10-06 21:09:02 -05:00
.gitignore add preload.js script to electron main 2020-10-07 13:03:01 -05:00
babel.config.js init 2020-10-06 21:09:02 -05:00
jest.config.js init 2020-10-06 21:09:02 -05:00
package.json add preload.js script to electron main 2020-10-07 13:03:01 -05:00
README.md init 2020-10-06 21:09:02 -05:00
tsconfig.json init 2020-10-06 21:09:02 -05:00
vue.config.js add preload.js script to electron main 2020-10-07 13:03:01 -05:00
yarn.lock add preload.js script to electron main 2020-10-07 13:03:01 -05:00

crimata-electron

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.