liftinstall/ui
liushuyu fec5587b87
ui/authenticationview: fix token pasting ...
... on certain platforms where current context does not include
Clipboard API in the navigator namespace
2022-12-24 17:38:34 -07:00
..
public Merge remote-tracking branch 'fix-usability' into yuzu 2021-07-28 18:18:38 -06:00
src ui/authenticationview: fix token pasting ... 2022-12-24 17:38:34 -07:00
.browserslistrc fix(frontend): fix early access authentication 2021-10-15 19:09:02 -06:00
.editorconfig
.eslintrc.js deps: remove babel-eslint ... 2022-12-24 17:27:14 -07:00
.gitignore
babel.config.js
merge-strings.js i18n: merge-strings: fix issues with only one locale 2020-07-18 14:09:19 +10:00
mock-server.js feat(install): add recovery mode ... 2021-10-15 01:42:47 -06:00
package.json deps: remove babel-eslint ... 2022-12-24 17:27:14 -07:00
postcss.config.js
README.md
unbreak-translations.js locales: update translations 2022-03-28 21:20:15 -06:00
vue.config.js
yarn.lock deps: remove babel-eslint ... 2022-12-24 17:27:14 -07: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.