Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotunj/vue-middleware-pipelines
A simple demo app explaining how to get started with creating a middleware pipeline in Vue
https://github.com/dotunj/vue-middleware-pipelines
middleware-pipeline vue
Last synced: 8 days ago
JSON representation
A simple demo app explaining how to get started with creating a middleware pipeline in Vue
- Host: GitHub
- URL: https://github.com/dotunj/vue-middleware-pipelines
- Owner: Dotunj
- Created: 2019-05-23T08:22:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:28:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T23:42:25.491Z (15 days ago)
- Topics: middleware-pipeline, vue
- Language: JavaScript
- Homepage:
- Size: 2.64 MB
- Stars: 37
- Watchers: 3
- Forks: 17
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-middldeware-pipeline
## 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/).