https://github.com/don/bluemoon
Begin app
https://github.com/don/bluemoon
Last synced: over 1 year ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/don/bluemoon
- Owner: don
- License: apache-2.0
- Created: 2020-08-31T01:02:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T01:02:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T07:45:25.615Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 167 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://begin.com)
[Vue](https://vuejs.org)'s starter app, extended by [Begin](https://begin.com)-based API endpoints.
## Deploy your own
[](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/)