0.1.18 • Published 1 year ago

boot-components v0.1.18

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

boot-components

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Uso

// main.js
import { createApp } from 'vue'
import App from '@/App.vue'
import 'boot-components/dist/boot-components.css';
import bootComponents from 'boot-components';
// ...

const app = createApp(App)

app.use(bootComponents)
app.mount('#app')
0.1.15

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago