advent22/ui
2023-09-06 16:25:35 +00:00
..
.devcontainer VSCode: "octref.vetur" -> "Vue.volar" 2023-09-06 16:25:35 +00:00
.vscode VSCode Sass support 2022-11-03 17:49:25 +00:00
public Vue Projekt 2022-10-28 00:14:20 +00:00
src VSCode: "octref.vetur" -> "Vue.volar" 2023-09-06 16:25:35 +00:00
tests/unit "equals" methods for Vector2D, Rectangle 2023-02-02 14:10:45 +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 yarn upgrade --latest 2023-09-03 19:38:30 +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 vue devserver force localhost 2023-01-24 11:40:01 +00:00
yarn.lock yarn upgrade --latest 2023-09-03 19:38:30 +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.