0.1.3 • Published 4 years ago

nuxt-bbs1000 v0.1.3

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

What is nuxt-bbs1000

BBS module for nuxt

Installation

  1. cd to your nuxt main package
  2. npm install --save 'nuxt-bbs1000'
  3. Enter following into nuxt.conf.js "modules": [ 'nuxt-bbs1000', { namespace: 'bbs1000', API: 'your backend API' } ]

Reference

This is a repo to accompany a tutorial on building a Nuxt module on Medium.