0.1.1 • Published 7 years ago
vue-nooks v0.1.1
nooks
WARNING: Heavily under development
Installation
yarn add vue-nooks # or npm install vue-nooksimport 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:devThen open http://localhost:8080/ in your browser.
Follow the below structure when contributing:
.
└─ src
└─ components
└─ `component`
├─ `component`.vue
└─ `component`.spec.jsindex.js- exports the componentcomponent.vue - the component itselfcomponent.spec.js - component tests