docs(forms): remove unnecessary step of installing Bootstrap (#3104)

This commit is contained in:
Marcin Mazurek 2017-01-17 07:45:30 +01:00 committed by Ward Bell
parent a5204e7009
commit 9d965a700d
2 changed files with 4 additions and 14 deletions

View File

@ -230,14 +230,9 @@ code-example(format="").
... or none at all.
:marked
Let's add the stylesheet.
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
ol
li Open a terminal window in the application root folder and enter the command:
code-example(language="html" escape="html").
npm install bootstrap --save
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
:marked
.l-main-section
:marked

View File

@ -244,14 +244,9 @@ code-example(format="").
... or none at all.
:marked
Let's add the stylesheet.
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
ol
li Open a terminal window in the application root folder and enter the command:
code-example(language="html" escape="html").
npm install bootstrap --save
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
:marked
.l-main-section
:marked