liftinstall/ui
2021-10-14 23:03:21 -06:00
..
public Merge remote-tracking branch 'fix-usability' into yuzu 2021-07-28 18:18:38 -06:00
src feat(ui/i18n): mark most of the yuzu-specific strings as translatable 2021-10-14 23:03:21 -06:00
.browserslistrc Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
.editorconfig Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
.eslintrc.js ui: update frontend dependencies 2020-05-29 15:57:05 +10:00
.gitignore Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
babel.config.js Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
merge-strings.js i18n: merge-strings: fix issues with only one locale 2020-07-18 14:09:19 +10:00
mock-server.js fix(tree-wide): re-apply yuzu specific changes 2021-10-14 21:13:31 -06:00
package.json deps: update dependencies... 2021-06-08 17:42:43 -06:00
postcss.config.js Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
README.md Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
vue.config.js Update config files for v7 (#12) 2019-07-04 21:23:16 -04:00
yarn.lock Merge remote-tracking branch 'fix-usability' into yuzu 2021-07-28 18:18:38 -06:00

ui

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

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.