https://github.com/rubycdp/vessel.rubycdp.com
https://github.com/rubycdp/vessel.rubycdp.com
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubycdp/vessel.rubycdp.com
- Owner: rubycdp
- Created: 2020-04-20T11:10:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T06:12:30.000Z (6 months ago)
- Last Synced: 2025-02-08T01:34:02.662Z (4 months ago)
- Language: Vue
- Size: 2.16 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vessel website
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and deploy to production
```
./deploy.sh
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).