advent22/ui
2023-11-04 16:12:45 +00:00
..
.devcontainer upgrade dependencies 2023-09-20 23:21:26 +02:00
.vscode add "prettier" formatter 2023-09-07 01:17:00 +00:00
public preliminary app name and noscript message 2023-11-04 16:01:58 +00:00
src UserView layout improvement 2023-11-04 16:12:45 +00:00
tests/unit refactoring (moving stuff around) 2023-09-07 02:08:56 +00:00
.browserslistrc Vue Projekt 2022-10-28 00:14:20 +00:00
.eslintrc.js add "mocha" unit testing 2023-01-21 02:59:46 +00:00
.gitignore Vue Projekt 2022-10-28 00:14:20 +00:00
babel.config.js Vue Projekt 2022-10-28 00:14:20 +00:00
package.json added plugins/store.ts using "pinia" to define input mode 2023-11-01 23:58:09 +00:00
README.md Vue Projekt 2022-10-28 00:14:20 +00:00
tsconfig.json add "mocha" unit testing 2023-01-21 02:59:46 +00:00
vue.config.js preliminary app name and noscript message 2023-11-04 16:01:58 +00:00
yarn.lock added plugins/store.ts using "pinia" to define input mode 2023-11-01 23:58:09 +00:00

advent22_ui

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.