0.1.9 • Published 2 years ago

anomaily-components v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

frontend-components

Create a Vue.js project

Used bun

$ bun create vue@latest
✔ Add TypeScript? No
✔ Add JSX Support? No
✔ Add Vue Router for Single Page Application development? Yes
✔ Add Pinia for state management? Yes
✔ Add Vitest for Unit testing? Yes
✔ Add an End-to-End Testing Solution? Playwright
✔ Add ESLint for code quality? Yes
✔ Add Prettier for code formatting? Yes

Install Tailwind

$ bun install -D tailwindcss postcss autoprefixer
$ bun run tailwindcss init -p

Then, follow Tailwind with Vue.

Dark mode

Toggled by adding/removing class="dark" to/from <html> in the index.html

Install Iconify

$ bun install --save-dev @iconify/vue

Render

$ bun install
$ bun run dev
0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago