0.1.8 • Published 4 years ago
components-ovavo v0.1.8
components
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint
Customize 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 project
then, 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