An open API service indexing awesome lists of open source software.

https://github.com/steebchen/begin-vue-app

Begin app
https://github.com/steebchen/begin-vue-app

Last synced: 4 months ago
JSON representation

Begin app

Awesome Lists containing this project

README

        

[![Begin build status](https://buildstatus.begin.app/forest-jjt/status.svg)](https://begin.com)

[Vue](https://vuejs.org)'s starter app, extended by [Begin](https://begin.com)-based API endpoints.

## Deploy your own

[![Deploy to Begin](https://static.begin.com/deploy-to-begin.svg)](https://begin.com/apps/create?template=https://github.com/begin-examples/node-vue)

Deploy your own clone of this app to Begin!

## 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](https://docs.begin.com/en/guides/quickstart/) - basics on working locally, project structure, deploying, and accessing your Begin app
- [Creating new routes](https://docs.begin.com/en/functions/creating-new-functions) - basics on expanding the capabilities of your app

Head to [docs.begin.com](https://docs.begin.com/) to learn more!

### Vue reference

See the [Vue configuration reference](https://cli.vuejs.org/config/)