Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomxark/vue_2_cripto
График крипто валют с фильтрацией
https://github.com/pomxark/vue_2_cripto
docker dockerfile js node20 trading-vue-js vue2
Last synced: about 1 month ago
JSON representation
График крипто валют с фильтрацией
- Host: GitHub
- URL: https://github.com/pomxark/vue_2_cripto
- Owner: POMXARK
- Created: 2022-03-04T10:37:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T03:01:44.000Z (over 1 year ago)
- Last Synced: 2023-09-30T15:44:00.197Z (over 1 year ago)
- Topics: docker, dockerfile, js, node20, trading-vue-js, vue2
- Language: Vue
- Homepage: https://vue-2-cripto.onrender.com
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_2_cripto
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/)./usr/local/bin/npm
which npm
node --max_old_space_size=300 /usr/local/bin/npm run builddocker build -t vue_2_cripto .
### demo-deploy (all in one)
- docker build -t vue_2_cripto .
- docker run -d -p 8000:8080 --name vue_2_cripto vue_2_cripto