https://github.com/lesovsky/pgcenter-site
VueJS SPA for pgCenter
https://github.com/lesovsky/pgcenter-site
Last synced: 5 months ago
JSON representation
VueJS SPA for pgCenter
- Host: GitHub
- URL: https://github.com/lesovsky/pgcenter-site
- Owner: lesovsky
- License: bsd-3-clause
- Created: 2020-11-14T08:39:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-14T09:48:45.000Z (over 5 years ago)
- Last Synced: 2025-02-01T01:01:54.342Z (over 1 year ago)
- Language: Vue
- Size: 638 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgcenter-site
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).