mirror of
https://github.com/paritytech/banana_split.git
synced 2026-09-12 19:51:03 +05:00
|
|
||
|---|---|---|
| .github/workflows | ||
| public | ||
| src | ||
| tests/unit | ||
| .babelrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| jest.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| vue.config.js | ||
| yarn.lock | ||
Banana Split
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test:unit
Lints and fixes files
yarn run lint