π live2d anime figure Vuejs component.
npm install
npm run serve
npm run build
-
Add
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css" />
into
index.html
-
globally import the component in
App.vue
and use it. The component is in @/components/figures.vue. An exeplarApp.vue
snippet is shown below:import Figures from "@/components/figures.vue"; export default { components: { Figures } };
- Shishiro Botan Model (Anyone willing to help?)
- Fix lint issues
Inspired by https://github.com/stevenjoezhang/live2d-widget.
All forms of contribution are welcome, and yes, stars please.