-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.html
More file actions
33 lines (33 loc) · 1.89 KB
/
Copy pathREADME.html
File metadata and controls
33 lines (33 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h1 id="github-user-profile-viewer">GitHub User Profile viewer</h1>
<blockquote>
<p>GitHub viewer with Vue.js and vue-material</p>
</blockquote>
<h2 id="build-setup">Build Setup</h2>
<h3 id="prerequisites">Prerequisites</h3>
<blockquote>
<p>Developed with:</p>
</blockquote>
<blockquote>
<ol style="list-style-type: decimal">
<li>node v.8.6.0</li>
<li>npm 5.6.0</li>
</ol>
</blockquote>
<h3 id="install-dependencies">install dependencies</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> install</code></pre></div>
<h3 id="serve-with-hot-reload-at-localhost8080">serve with hot reload at localhost:8080</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> run dev</code></pre></div>
<h3 id="build-for-production-with-minification">build for production with minification</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> run build</code></pre></div>
<h3 id="build-for-production-and-view-the-bundle-analyzer-report">build for production and view the bundle analyzer report</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> run build --report</code></pre></div>
<h3 id="run-unit-tests">run unit tests</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> run unit</code></pre></div>
<h3 id="run-e2e-tests">run e2e tests</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> run e2e</code></pre></div>
<h3 id="run-all-tests">run all tests</h3>
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">npm</span> test</code></pre></div>
<h2 id="author">Author:</h2>
<blockquote>
<p>Giovanni Basolu</p>
</blockquote>