https://github.com/bhaidar/notes-app-azure-serverless
A sample Vue.js app to manage Notes written in Markdown using Azure Functions and FaunaDB
https://github.com/bhaidar/notes-app-azure-serverless
Last synced: 3 months ago
JSON representation
A sample Vue.js app to manage Notes written in Markdown using Azure Functions and FaunaDB
- Host: GitHub
- URL: https://github.com/bhaidar/notes-app-azure-serverless
- Owner: bhaidar
- Created: 2019-09-28T12:34:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:35:17.000Z (over 2 years ago)
- Last Synced: 2025-01-26T13:41:29.706Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 1.88 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes-app-azure-serverless
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).