nsc-cms

1.0.1 • Public • Published
				<-- JUST A DRAFT -->

Digital Asset Management System (DAMS) Stand-alone component

Step 1 : Install DAMS as a npm package using a package manager such as npm or yarn

npm install dams-package

Step 2 : Import DAMS as the child component as follows.

import DamsStructure from dams-package/lib/components/dams-structure.vue

Step 3 : Render the DAMS component in the template section of the parent component.

<template>
	 <div>
		 <DamsStructure />
	  </div>	
</template>

Step 4 : Customizing DAMS component by passing props into it.

(In Progress) 

Readme

Keywords

none

Package Sidebar

Install

npm i nsc-cms

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

2.59 MB

Total Files

311

Last publish

Collaborators

  • tkelvint