https://github.com/dominicwrege/makler-app
Versicherungsmakler App mit der Salesforce-Umgebung
https://github.com/dominicwrege/makler-app
Last synced: 4 months ago
JSON representation
Versicherungsmakler App mit der Salesforce-Umgebung
- Host: GitHub
- URL: https://github.com/dominicwrege/makler-app
- Owner: DominicWrege
- Created: 2020-04-23T12:12:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T13:26:06.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T15:44:19.397Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to
Push new lwc
```
sfdx force:source:deploy -p path/to/component.js-meta.xml
```example:
```
sfdx force:source:deploy -p force-app/main/default/lwc/dominic3/dominic3.js-meta.xml
```Push new Apex
```
sfdx force:source:deploy -p path/to/MyApex.cls-meta.xml
```example:
```
sfdx force:source:deploy -p force-app/main/default/classes/TestAccount.cls-meta.xml
```New LWC:
```
sfdx force:lightning:component:create --type lwc -n myLightningWebComponent```
Start Locale Dev:
```
sfdx force:lightning:lwc:start```
# Some Docs
- https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.get_started_local_dev_setup
- https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.data_guidelines
- https://developer.salesforce.com/docs/component-library/overview/components