1.0.20-0 • Published 4 years ago
@simpleview/vue-ui v1.0.20-0
sv-admin-ui
Vue component library for admin interfaces. Used in sv-auth and Barberstock re-write.
Setup
Necessary Dependencies
Your projects package.json file will need to install the following packages and allow them to be accessible by your webpack bundle system.
- vue
- jsvalidator
Module List/Form loading
When list and form modules are loaded we check a specific folder for their existance. In order for this to work you will need to set a webpack alias for
- SV_VUE_UI_FORMMODULEPATH - The path to locate form modules.
- SV_VUE_UI_LISTMODULEPATH - The path to locate list modules.
Example
resolve: {
alias: {
'@modules' : `${__dirname}/modules`,
}
},
plugins: [
new webpack.DefinePlugin({
SV_VUE_UI_FORMMODULEPATH : JSON.stringify("@modules"),
SV_VUE_UI_LISTMODULEPATH : JSON.stringify("@modules")
})
]
Development
- Publish -
sudo npm run publish -- SEMVER
1.0.20-0
4 years ago
1.0.19
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago