0.1.8 • Published 4 years ago
components-ovavo v0.1.8
components
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lintCustomize configuration
Using component-ovavo Package
firstly we add
"components-ovavo-p": "file:../paket/components-ovavo-p"
this line to the dependencies field in the package.json file of our projectthen, we add
import components from "components-ovavo-p";this line to the main.js file and use it via adding "---use(components)---"
finally we should install updated package.json file to our project via
npm install