docs(quickstart): include NativeScript as an alternative bootstrap option
This commit is contained in:
parent
c072f1acbe
commit
5a7e748b43
@ -423,7 +423,7 @@ code-example(format="").
|
||||
this library most of the time. It's pretty "core" if we're always writing for a browser.
|
||||
|
||||
But it is possible to load a component in a different enviroment.
|
||||
We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/)
|
||||
We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/) or [NativeScript](https://www.nativescript.org/).
|
||||
We might wish to render the first page of our application on the server
|
||||
to improve launch performance or facilitate
|
||||
[SEO](http://static.googleusercontent.com/media/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf).
|
||||
|
@ -536,8 +536,10 @@ code-example(format="").
|
||||
this library most of the time. It's pretty "core" if we're always writing for a browser.
|
||||
|
||||
But it is possible to load a component in a different enviroment.
|
||||
We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/).
|
||||
We might wish to render the first page of our application on the server
|
||||
|
||||
We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/) or [NativeScript](https://www.nativescript.org/).
|
||||
|
||||
We might wish to render the first page of our application on the server
|
||||
to improve launch performance or facilitate
|
||||
[SEO](http://static.googleusercontent.com/media/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user