vue-doxen

0.1.6 • Public • Published

A doxen dog with the Vue logo on it's chest

vue-doxen

The world's best Vue.js component documentation tool!

Installation, Usage, Documentation

Running this repo locally

  1. Uninstall Node/npm/nvm/nvm-windows/n/nodist
  2. Install Volta (replaces all of the above and is much better)
  3. Clone the repo
  4. npm install
  5. npm run build builds both the docs site and library
  6. npm run lint checks for linting errors

Project Structure

  • Documentation site
    • npm start will launch the app for local development
    • Code lives in app folder
    • Uses vite.config.doc.js
    • npm run build will produce docs folder
  • Library
    • To manually test/develop the library use the docs site via npm start
    • Code lives in the lib folder
    • Uses vite.config.lib.js
    • npm run build will produce dist folder
    • npm t runs unit tests for the library

Package Sidebar

Install

npm i vue-doxen

Weekly Downloads

61

Version

0.1.6

License

MIT

Unpacked Size

674 kB

Total Files

8

Last publish

Collaborators

  • thejaredwilcurt