Skip to content

Commit

Permalink
Uploaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
iq3addLi committed Jun 26, 2019
0 parents commit 45efc1e
Show file tree
Hide file tree
Showing 43 changed files with 12,536 additions and 0 deletions.
Empty file added .env
Empty file.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
21 changes: 21 additions & 0 deletions .vscode/tasks.json
@@ -0,0 +1,21 @@
{
"version": "2.0.0",
"command": "sh",
"args": ["-c"],
"isShellCommand": true,
"showOutput": "always",
"suppressTaskName": true,
"echoCommand" : true,
"tasks": [
{
"taskName" : "build",
"args" : ["npm run build"],
"isBuildCommand": true,
"isBackground" : false,
"problemMatcher": [
"$tsc",
"$gulp-tsc"
]
}
]
}
2 changes: 2 additions & 0 deletions README.md
@@ -0,0 +1,2 @@
# RiotAppTemplate
This project is template of web app made riot.js.

0 comments on commit 45efc1e

Please sign in to comment.