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
- Host: GitHub
- URL: https://github.com/steebchen/begin-vue-app
- Owner: steebchen
- License: apache-2.0
- Created: 2020-08-02T06:17:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T05:55:23.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T01:41:49.677Z (5 months ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 161 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 appHead to [docs.begin.com](https://docs.begin.com/) to learn more!
### Vue reference
See the [Vue configuration reference](https://cli.vuejs.org/config/)