docs(forms): remove unnecessary step of installing Bootstrap (#3104)
This commit is contained in:
parent
a5204e7009
commit
9d965a700d
|
@ -230,14 +230,9 @@ code-example(format="").
|
||||||
... or none at all.
|
... or none at all.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Let's add the stylesheet.
|
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code><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><head></code>.
|
|
||||||
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
|
|
||||||
:marked
|
:marked
|
||||||
.l-main-section
|
.l-main-section
|
||||||
:marked
|
:marked
|
||||||
|
|
|
@ -244,14 +244,9 @@ code-example(format="").
|
||||||
... or none at all.
|
... or none at all.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Let's add the stylesheet.
|
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code><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><head></code>.
|
|
||||||
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
|
|
||||||
:marked
|
:marked
|
||||||
.l-main-section
|
.l-main-section
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue