Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skycloud1030/vue-component
Vue components demonstration
https://github.com/skycloud1030/vue-component
docker nginx vuejs
Last synced: 11 days ago
JSON representation
Vue components demonstration
- Host: GitHub
- URL: https://github.com/skycloud1030/vue-component
- Owner: skycloud1030
- License: mit
- Created: 2020-08-04T01:27:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:25:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:08:09.769Z (27 days ago)
- Topics: docker, nginx, vuejs
- Language: Vue
- Homepage: https://skycloud1030.github.io/vue-component/
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue component
- A Vue.js project
- With API mock.js
- With docker-compose
- With nginx## Build Setup
http://localhsot:8080/
```sh
docker-compose up -d
```## fetch-mock
- can using fetch-mock to hijack API.
- or using nginx with nodejs API.## webpack issue
- Problem with watch on Vagrant
- https://github.com/webpack/webpack/issues/3099