https://github.com/pomxark/vue_2_cripto
График крипто валют с фильтрацией
https://github.com/pomxark/vue_2_cripto
docker dockerfile js node20 trading-vue-js vue2
Last synced: 5 months ago
JSON representation
График крипто валют с фильтрацией
- Host: GitHub
- URL: https://github.com/pomxark/vue_2_cripto
- Owner: POMXARK
- Created: 2022-03-04T10:37:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T03:01:44.000Z (over 2 years ago)
- Last Synced: 2025-03-29T00:28:52.572Z (12 months ago)
- Topics: docker, dockerfile, js, node20, trading-vue-js, vue2
- Language: Vue
- Homepage: https://vue-2-cripto.onrender.com
- Size: 214 KB
- Stars: 1
- 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 build
docker 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