4.0.0 • Published 5 months ago

@vesp/frontend v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Vesp Frontend

This library add default modules, plugins and settings to your Nuxt 3 project to make it easier to start.

Dependencies

Quick Start

  1. Create a new Nuxt 3 project

  2. Then add the dependency:

yarn add @vesp/frontend

or

npm i @vesp/frontend --save
  1. Add @vesp/frontend module into your nuxt.config.ts modules
export default defineNuxtConfig({
  css: ['~/assets/scss/index.scss'],
  // ...
  modules: ['@vesp/frontend'],
  vesp: {
    icons: {
      solid: ['faUser', 'faPowerOff', 'faRightToBracket'],
    },
  },
})
  1. Add SCSS and CSS assets into your root style file
// ~/assets/scss/index.scss
@import 'bootstrap-scss/bootstrap';
@import '@vesp/frontend/assets/components';
@import '@vesp/frontend/assets/toast';
@import '@fortawesome/fontawesome-svg-core/styles.css';
  1. Now you can use Vesp components in your Nuxt project

Components

@TODO add more detailed description of components

Vesp-Table

This component extends BootstrapVue's b-table component and add a lot of features, including row actions and filters.

Vesp-Modal

This component extends BootstrapVue's b-modal component and add ability to submit forms.

Vesp-Change-Locale

Simple component to change the current locale of project. You can use #default slot to change how it looks.

Vesp-Input-Remote-Links

Component for adding a list of links in JSON object, where key will be the name of service and value is a link to it. Very useful for submitting a list of social networks for user.

Vesp-Input-Combo-Box

b-form-input with popup list containing variants from remote API.

Vesp-Input-Date-Picker

vue-datepicker-next with some settings

Examples

This module is used in main Vesp package, please follow the link for examples.

4.0.0

5 months ago

4.0.0-beta.5

5 months ago

4.0.0-beta.4

5 months ago

4.0.0-beta.3

5 months ago

4.0.0-beta.2

5 months ago

4.0.0-beta.1

5 months ago

4.0.0-beta.0

5 months ago

0.18.2

6 months ago

3.7.2

6 months ago

3.7.1

7 months ago

3.7.0

8 months ago

3.6.1

10 months ago

3.6.0

10 months ago

3.5.2

10 months ago

3.6.0-rc2

10 months ago

3.6.0-rc1

10 months ago

3.6.0-rc3

10 months ago

3.6.0-rc

10 months ago

3.5.1

10 months ago

3.5.0-beta

10 months ago

3.5.0

10 months ago

3.4.2

10 months ago

3.4.0

12 months ago

3.4.1

12 months ago

0.18.1

12 months ago

3.3.0-beta.0

1 year ago

3.3.0-beta.1

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.4

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.5

1 year ago

3.0.0

1 year ago

3.0.0-rc.2

1 year ago

3.0.0-rc.1

1 year ago

3.0.0-rc.6

1 year ago

3.0.0-rc.5

1 year ago

3.0.0-rc.4

1 year ago

3.0.0-rc.3

1 year ago

3.0.0-dev

1 year ago

0.17.4

2 years ago

0.18.0

2 years ago

0.17.2

2 years ago

0.17.3

2 years ago

0.17.0

2 years ago

0.17.1

2 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.14.1

3 years ago

0.13.0

3 years ago

0.12.1

3 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.10.2

3 years ago

0.10.3

3 years ago

0.10.4

3 years ago

0.10.5

3 years ago

0.10.6

3 years ago

0.10.7

3 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.0

4 years ago

0.8.1

4 years ago

0.9.1

4 years ago

0.8.0

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.3.6

4 years ago

0.4.0

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.2

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago