@vergelijkdirect/my-vd-components
v1.1.83
Published
This repository is used to create custom components that can be used in multiple projects.
Downloads
69
Keywords
Readme
Vergelijkdirect.com Components Repository
This repository is used to create custom components that can be used in multiple projects.
Installation
To make sure that you can build in this project, you'll need to build node modules. This can be achieved by using the following command:
npm install
How to build and test in this project
When making an component you'll need to test it, this is to make sure that the new component works as intended. In this project there is a feature build in, this feature is called a dev-server. Inside the project files you can see there is a directory called "dev". In this folder you can setup your component and test it inside the browser. To start this dev-server you can call the command:
npm run serve