@locawebstyle/vue-core
v0.1.0-rc.6
Published
# LocawebStyle vue-core
Downloads
14
Readme
@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
| Name | Tested | |--------------|--------| | LwAlert | no | | LwBox | no | | LwButton | yes | | LwDropdown | no | | LwHyperlink | no | | LwIframe | no | | LwLoading | no | | LwModal | no | | LwNoResult | no | | LwPrefix | no | | LwSortableTh | no | | LwTable | no | | LwTitle | no |