Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 211 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 211 Bytes

Custom Vue module

This sub-directory capture the client side components that you want to expose inside your trame application.

Build

npm i
npm run build

or

yarn install
yarn build