/cli

[WIP] Simple CLI for scaffolding Vue Bulma projects

MIT LicenseMIT

vue-bulma-cli

Start building a Vue Bulma project in seconds 🚀

Features

Commands

  • init: Scaffolds a simple project structure to get started quickly.

  • dev: Starts the application in development mode (hot-code reloading, error reporting, etc).

  • build: Compiles the application for production deployment.

  • start: Starts the application in production mode. The application should be compiled with `vb build` first.