1.0.20-0 • Published 2 years ago

@simpleview/vue-ui v1.0.20-0

Weekly downloads
11
License
-
Repository
github
Last release
2 years ago

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

2 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago