0.1.3 • Published 5 years ago
nuxt-bbs1000 v0.1.3
What is nuxt-bbs1000
BBS module for nuxt
Installation
- cd to your nuxt main package
- npm install --save 'nuxt-bbs1000'
- 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.