-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ionic app as one of the stencil starter template #2
Comments
Hey @beenotung 👋 Thanks for the proposal!
|
@rwaskiewicz the build error shown is an issue with Ionic Framework (we forgot to remove a custom path alias, since those aren't swapped out in the compiler right now). That has been fixed here: ionic-team/ionic-framework#25898 and will be available in next week's release (6.2.7). |
I'm happy to move the package to the community org, and to update the create-stencil cli package to link to the template 😄 |
I just tried to perform the repository transfer, but it shows "You don’t have the permission to create public repositories on stencil-community". Maybe someone in the org can fork this repo under the org? |
@beenotung I just invited you to the |
I've just accepted the invite and transferred the starter repo into https://github.com/stencil-community/stencil-ionic-starter Maybe we shall also find a way to allow community members to update the hosted demo in the future? |
Thanks!
I can see if we can get a tweet out to announce adding this to the community organization! Would you be up for opening a PR in the create-stencil repo to add this to the list of options when people run
and adding this starter to the README . This line of the starter will also need to be updated so that when folks are asked the name of their project, the value in {
- "name": "stencil-ionic-starter",
+ "name": "stencil-starter-project-name",
"private": true, |
… npm init cli package as suggested in stencil-community/proposals#2 (comment)
@rwaskiewicz Thanks for the detail guides, I've just submitted a PR to the create-stencil repo[1] 🚀 |
Thanks @beenotung - I'm having some trouble getting the PR to work properly. It's failing to download the repo at the moment, I'll try to circle back to this later today |
Ah, I see the issue. @beenotung can you change the primary branch of the template from |
@rwaskiewicz I've created a branch "main" based on "master", but it seems I don't have the permission to change the primary branch because I cannot see the "Settings" tab on the repository page |
@beenotung I updated your permissions, you should be able to see the "Settings" tab now. I've also swapped out the default branch from "master" to "main" on the template repository |
@beenotung I've published v3.1.0 of the create-stencil CLI 🎉 Thanks so much for your contribution! Let me know if there's anything else we need to do before we close this proposal out |
I'm going to close this proposal as accepted. If there's anything else needed, please feel free to comment on this one! |
Package Request
Name: stencil-ionic-app-starter
Package:
@stencil-community/stencil-ionic-app-starter
Description
I propose to add this starter template as an option of starter template when creating a project with
npm init stencil
, probably select this template withnpm init stencil ionic-app
.This starter template is configured with the current version of ionic (v6.1.14) and @stencil/core (v2.17.3) with tabs layout and routes.
The text was updated successfully, but these errors were encountered: