Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriceconrad/klimalisterlp-webiste
Webiste of Klimaliste RLP
https://github.com/mauriceconrad/klimalisterlp-webiste
Last synced: about 1 month ago
JSON representation
Webiste of Klimaliste RLP
- Host: GitHub
- URL: https://github.com/mauriceconrad/klimalisterlp-webiste
- Owner: MauriceConrad
- Created: 2020-09-02T17:02:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T14:27:45.000Z (over 3 years ago)
- Last Synced: 2024-03-18T11:15:08.506Z (8 months ago)
- Language: Vue
- Size: 72.9 MB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# klimalisterlp-web
## Project setup
```
npm install
```Run before running the other commands to download dependencies.
### Compiles and hot-reloads for development
```
npm run serve
```You can test your changes locally at http://localhost:8080/ now.
### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Deploy into production
```
npm run compile
```This deploys your changes into production. Your .ssh key must be registered on the server, of course.
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).