Skip to content

Installation

System Requirements

  • Node.js 22+
  • npm or yarn

Clone and Setup

bash
git clone https://github.com/your-username/vue-node-starter.git
cd vue-node-starter
npm install

Development

bash
npm run dev

Access the app at:

Production Build

bash
npm run build
npm start

Released under the MIT License.