0.1.0-rc.6 • Published 6 years ago

@locawebstyle/vue-core v0.1.0-rc.6

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

@locawebstyle/vue-core

LocawebStyle vue-core

This project provides vue components based on LocawebStyle

Development

You don't need to have node and npm installed locally. We use docker in development environment to make your life easier!

You can make all needed things through our shell CLI. See our help menu for more information:

scripts/lw-vue-core help

Usage

You can import our project in your npm application as:

npm install @locawebstyle/vue-core

// in your app
import { LwButton } from "@locawebstyle/vue-core"

Remember to load assets too:

import "@locawebstyle/vue-core/dist/@locawebstyle/vue-core.css"

Or include our assets in your webpack:

module.exports = {
  entry: {
    // ... your config

    'styles': [
      '@locawebstyle/vue-core/dist/@locawebstyle/vue-core.css'
    ]
  }
}

And reference it via link tag in your <head> section

Components

NameTested
LwAlertno
LwBoxno
LwButtonyes
LwDropdownno
LwHyperlinkno
LwIframeno
LwLoadingno
LwModalno
LwNoResultno
LwPrefixno
LwSortableThno
LwTableno
LwTitleno
0.1.0-rc.6

6 years ago

0.1.0

6 years ago

0.1.0-rc.3

6 years ago

0.1.0-rc.2

6 years ago

0.1.0-rc.1

6 years ago

0.0.3

6 years ago

0.0.3-rc.10

6 years ago

0.0.4-rc.1

6 years ago

0.0.3-rc.9

6 years ago

0.0.3-rc.8

6 years ago

0.0.3-rc.7

6 years ago

0.0.3-rc.6

6 years ago

0.0.3-rc.4

6 years ago

0.0.3-rc.3

6 years ago

0.0.3-rc.2

6 years ago

0.0.3-rc.1

6 years ago

0.0.2

6 years ago

0.0.2-rc.1

6 years ago

0.0.1

6 years ago

0.0.1-rc.10

6 years ago

0.0.1-rc.9

6 years ago

0.0.1-rc.8

6 years ago

0.0.1-rc.7

6 years ago

0.0.1-rc.6

6 years ago

0.0.1-rc.5

6 years ago

0.0.1-rc.4

6 years ago

0.0.1-rc.3

6 years ago

0.0.1-rc.2

6 years ago

0.0.1-rc.1

6 years ago