upend/ui
Tomáš Mládek 02c65ded8e return an enum signifying action taken from fs update functions 2020-09-30 01:31:48 +02:00
..
public init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
src add DELETE endpoint for objects, update URLs (/get/ -> /obj/) 2020-09-29 00:55:09 +02:00
.browserslistrc init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
.editorconfig init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
.env init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
.gitignore init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
README.md init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
babel.config.js init web ui (Vue & Shoelace), implement example path lookup 2020-08-30 02:19:46 +02:00
package-lock.json return an enum signifying action taken from fs update functions 2020-09-30 01:31:48 +02:00
package.json add bulk_retrieve_objects, add base inspect view, upgrade typescript, add swrv... 2020-09-25 02:45:17 +02:00
tsconfig.json switch to Vue 3 in ui 2020-09-25 01:11:04 +02:00
vue.config.js switch to Vue 3 in ui 2020-09-25 01:11:04 +02:00

README.md

upend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.