Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Stencil Webcomponents SSR in Angular
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stencil SSR Research
Stencil Webcomponents SSR in Angular
Commits
48b48547
Commit
48b48547
authored
1 year ago
by
Tim Gamma
Browse files
Options
Downloads
Patches
Plain Diff
Update styling
parent
f489377d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-8
16 additions, 8 deletions
README.md
with
16 additions
and
8 deletions
README.md
+
16
−
8
View file @
48b48547
...
@@ -9,18 +9,26 @@ This repository shows how to integrate Stencil webcomponnets into an Angular app
...
@@ -9,18 +9,26 @@ This repository shows how to integrate Stencil webcomponnets into an Angular app
First, clone the repo:
First, clone the repo:
`git clone https://gitlab.ost.ch/tim.gamma/stencil-webcomponents-ssr-in-angular.git`
```
`cd stencil-webcomponents-ssr-in-angular`
git clone https://gitlab.ost.ch/tim.gamma/stencil-webcomponents-ssr-in-angular.git
cd stencil-webcomponents-ssr-in-angular
```
Install all necessary NPM-packages:
Install all necessary NPM-packages:
`cd stencil-angularapp-demo`
```
`npm install`
cd stencil-angularapp-demo
npm install
```
`cd ..`
```
`cd web-components`
cd ..
`npm install`
cd web-components
npm install
```
The webcomponents need to run the build script, run the following command inside the web-components folder:
The webcomponents need to run the build script, run the following command inside the web-components folder:
`npm run build`
```
npm run build
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment