0.1.8 • Published 4 years ago

components-ovavo v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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

See Configuration Reference.

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
0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago