0.1.1 • Published 5 years ago

vue-nooks v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

nooks

WARNING: Heavily under development

Installation

yarn add vue-nooks   # or npm install vue-nooks
import Vue from 'vue'
import Nooks from 'vue-nooks'
import 'nooks/dist/nooks.css'
Vue.use(Nooks)

Development

How to start locally:

git clone https://github.com/siegerts/nooks.git
cd nooks
yarn install
yarn docs:dev

Then open http://localhost:8080/ in your browser.

Follow the below structure when contributing:

.
└─ src
   └─ components
      └─ `component`
         ├─ `component`.vue
         └─ `component`.spec.js
  • index.js - exports the component
  • component.vue - the component itself
  • component.spec.js - component tests