Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enkot/vue-function-api-test
Example for Medium article
https://github.com/enkot/vue-function-api-test
Last synced: about 5 hours ago
JSON representation
Example for Medium article
- Host: GitHub
- URL: https://github.com/enkot/vue-function-api-test
- Owner: enkot
- Created: 2019-07-14T14:03:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:34:56.000Z (almost 2 years ago)
- Last Synced: 2023-04-06T22:27:00.485Z (over 1 year ago)
- Language: Vue
- Homepage: https://blog.bitsrc.io/vue-js-3-future-oriented-programming-54dee797988b
- Size: 3.09 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-functional
Live: [https://enkot.github.io/vue-function-api-test/](https://enkot.github.io/vue-function-api-test/).
## 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/).