Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 468 Bytes

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.