Skip to content

Commit 0afbcf6

Browse files
committed
Sync with template
1 parent ecc6355 commit 0afbcf6

File tree

7 files changed

+1082
-614
lines changed

7 files changed

+1082
-614
lines changed

demo/package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
99
},
1010
"dependencies": {
11+
"animate.css": "^4.1.1",
1112
"pinia": "^2.0.23",
1213
"vue": "^3.2.35",
1314
"vue-router": "^4.0.15"

demo/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { createApp } from "vue";
22
import { createPinia } from "pinia";
3+
import 'animate.css'
34

45
import App from "./App.vue";
56
import router from "./router";

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ services:
3131
- '8080:8080'
3232
volumes:
3333
- ./frontend:/frontend
34-
- /frontend/node_modules

0 commit comments

Comments
 (0)