Commit 7255c426 by Jonathan Thomas

Adding Google Cloud and updating cloud icons to use new SVG versions. Always…

Adding Google Cloud and updating cloud icons to use new SVG versions. Always show "About" link in nav bar.
parent bd714955
......@@ -56,6 +56,13 @@ npm run build
This will generate a `dist` folder, which contains all the needed files to deploy this application. The dist directory
is meant to be served by an HTTP server, so it will not work if you open dist/index.html directly over file:// protocol.
### Update npm depedencies
```
npm i -g npm-check-updates
ncu -u
npm install
```
### Deploy application to Web Server
If using Apache as your production web server, deploying the `dist` folder
to your web server requires an extra step. Some URLs used in this app
......
......@@ -17,7 +17,7 @@
<li v-show="isAuthenticated" class="nav-item">
<router-link to="/" class="nav-link" aria-current="page" exact>Projects</router-link>
</li>
<li v-show="isAuthenticated" class="nav-item">
<li class="nav-item">
<router-link to="/about" class="nav-link" aria-current="page">About</router-link>
</li>
<li v-show="isAuthenticated" class="nav-item px-3">
......
......@@ -36,6 +36,12 @@
This is a demo application for OpenShot Cloud API. You can log-in, upload files,
create/edit clips, move clips (up/down), export, and download a video.
</p>
<p class="lead">
The source code is hosted on <a href="http://gitlab.openshot.org/public-projects/simple-editor">OpenShot
Studio's GitLab</a> server. It is licensed under the MIT license, and can be used in both
<strong>open-source</strong> and <strong>commercial</strong> projects. You can utilize this project
as a quick and affordable starting point, to accelerate your own custom software development.
</p>
</div>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment