aurelia / aurelia/cli

Aurelia + Cordova + Typescript

Open
#214 4 comments 5 reactions 0 assignees View on GitHub
enhancement scaffolding
Dominant language
JavaScript
Stars
402
Forks
134
PR merge metrics
No merged PRs in 30d

Description

@valeriob commented on [Sun Feb 28 2016](https://github.com/aurelia/skeleton-navigation/issues/313)

Hello,
Can you show little example app where using aurelia and cordova ? Or provide the right way to setup aurelia in a cordova (with typescript) application ?

---

@hmarcelodn commented on [Sun Feb 28 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-189909061)

@valeriob use the typescript skeleton. Anyways you can check my pull requests which is working without Typescript. https://github.com/aurelia/skeleton-navigation/pull/292

---

@valeriob commented on [Sun Feb 28 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-189910540)

Thanks i saw the pull request just after submitting this question. Btw i'm trying to start with a cordova typescript template and just configure www folder as aurelia app. Is there any issue having jspm_packages folder inside www ?

---

@hmarcelodn commented on [Sun Feb 28 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-189912526)

@valeriob actually you will have to move the jspm packages folder into www otherwise things gets complicated.

---

@valeriob commented on [Sat Mar 05 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-192623291)

So working with cordova and aurelia with javascript is easy, just copy the starter kit in www cordova folder and you're done. I'm hitting a wall with typescript though. Has anyone done that ?

---

@benlaan commented on [Tue Mar 08 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-193792765)

@valeriob I am doing this combination without problem. What is the issue?

I simply copy the output of ts compilation into www, as well as the html files, and jspm_package

The cordova folder looks like this (I treat it as an output folder, separate to the source)

cordova/
- www/
- jspm_module/
- app/ <-- my compiled code goes here
- config.js
- index.html

I did have to write a gulp task to get everything lined up, but that's all

---

@EisenbergEffect commented on [Tue Mar 08 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-193803274)

We are working on a kit, but what @benlaan explains should work.

---

@valeriob commented on [Tue Mar 08 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-193923835)

cheers Rob, it's very hard to start from zero with all the node + cordova + aurelia stuff :D

---

@Mike-Dunton commented on [Tue Apr 19 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-212082691)

Any luck with loading Cordova plugins?

I've got the Skelton working and loading in phonegap I am a little lost at getting some of the plugins working/injected into my viewmodels.

---

@valeriob commented on [Wed Apr 20 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-212350344)

I'm on hold waiting for the official kit

---

@EisenbergEffect commented on [Wed Apr 20 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-212396199)

We are working on an official kit which will be delivered via a new CLI tool we are working on (since our skeleton list is getting a bit out of hand). We don't know yet when that will be released. In the mean time, you may want to ask in the gitter channel to see if anyone has a kit you can use.

---

@valeriob commented on [Mon Jun 20 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-227120149)

Hi,
is there any news on the subject ?

---

@EisenbergEffect commented on [Mon Jun 20 2016](https://github.com/aurelia/skeleton-navigation/issues/313#issuecomment-227139671)

We have a new CLI we are working on. The CLI will be able to build for multiple targets. We will add a Cordova target in the near future.

Contributor guide

Open the contributing guide

Research direction

No files, tests, or CLI entry points are named. Start by reviewing the issue thread and the repository's current target support; done would require a working Aurelia, Cordova, and TypeScript setup or CLI target, but the scope is not specified.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
cli, mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.