Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
MAID-2610 feat/examples: Create a basic boilerplate for creating a SA…
Browse files Browse the repository at this point in the history
…FE webapp
  • Loading branch information
bochaco committed Apr 11, 2018
1 parent f60d439 commit de33805
Show file tree
Hide file tree
Showing 8 changed files with 13,642 additions and 0 deletions.
1 change: 1 addition & 0 deletions safe_web_app_quick_start/.gitignore
@@ -0,0 +1 @@
node_modules
12 changes: 12 additions & 0 deletions safe_web_app_quick_start/.neutrinorc.js
@@ -0,0 +1,12 @@
module.exports = {
use: [
[
'@neutrinojs/vue',
{
html: {
title: 'SAFE Web App'
}
}
]
]
};
2 changes: 2 additions & 0 deletions safe_web_app_quick_start/README.md
@@ -0,0 +1,2 @@
# safe_web_app_quick_start
SAFE Web App quick start

0 comments on commit de33805

Please sign in to comment.