Skip to content

dafei1288/begin-vue-app

Repository files navigation

Begin basic Vue app + API

Begin build status

Vue's starter app, extended by Begin-based API endpoints.

Getting started

Project setup

npm install

Start the local dev server

npm start

Compile & hot-reload for development

npm run serve

Compile & hot-reload for production

npm run build

Lint & fix files

npm run lint

Run your tests

npm run test

Run unit tests

npm run test:unit

Begin Reference

  • Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more!

Vue reference

See the Vue configuration reference