Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 958 Bytes

File metadata and controls

34 lines (29 loc) · 958 Bytes

DECODE_Cloud_UserFrontend

Frontend here

Basic prototype of a web front-end for users of DECODE OpenCloud using Vue.js.
Developed without knowing any JavaScript/Vue/HTML/CSS by copy-pasting from a couple of projects and iterating with GitHub Copilot and ChatGPT, so quality might be lacking.

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

Deploys on GitHub pages

npm run deploy

Customize configuration

See Configuration Reference.

Inspiration