1.1.11 • Published 3 months ago

@118group/vuecomponents v1.1.11

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

118 Group Vue Components

Vue components using Bootstrap 5 for use across applications

Publishing

  1. Update version number in package.json
  2. Run npm run build and make sure there are no errors
  3. Run npm publish --access=public to publish to NPM

Usage

  1. Set current directory to Vue project
  2. Run npm i @118group/vuecomponents
  3. In main.js -

    ...
    import vuecomponents from '@118group/vuecomponents'
    ...
    app
        .use(vuecomponents)
        .mount('#app');
  4. In App.vue -

    ...
    <style>
    @import '@118group/vuecomponents/dist/library.mjs.css';
    ...
1.1.9

3 months ago

1.1.11

3 months ago

1.1.10

3 months ago

1.1.8

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.1

5 months ago

1.1.2

5 months ago

1.1.0

6 months ago

1.0.15

8 months ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago