Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
node-js-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patiphan Marak
node-js-60-2
Commits
d1d7d2e0
Commit
d1d7d2e0
authored
Feb 28, 2018
by
Patiphan Marak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pro
parent
4f0d19f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
23 deletions
+33
-23
index.html
week05/windowapp/index.html
+7
-0
package-lock.json
week05/windowapp/package-lock.json
+0
-0
package.json
week05/windowapp/package.json
+26
-23
No files found.
week05/windowapp/index.html
View file @
d1d7d2e0
...
...
@@ -23,6 +23,12 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony
window
.
scrollTo
(
0
,
1
);
}
</script>
<!-- If the require doesn't work, include first the jQuery file
<script src="jquery-3.0.0.min.js"></script>-->
<script>
window
.
$
=
window
.
jQuery
=
require
(
'jquery'
);
</script>
<!--//meta tags ends here-->
<!--booststrap-->
...
...
@@ -753,6 +759,7 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony
});
});
</script>
<a
href=
"#"
id=
"toTop"
style=
"display: block;"
>
<span
id=
"toTopHover"
style=
"opacity: 1;"
>
</span>
</a>
...
...
week05/windowapp/package-lock.json
View file @
d1d7d2e0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
week05/windowapp/package.json
View file @
d1d7d2e0
{
"name"
:
"windowapp"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"main.js"
,
"scripts"
:
{
"app"
:
"./node_modules/electron/dist/electron ."
,
"touch"
:
"touch สวัสดี"
,
"echo"
:
"echo สวัสดี"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"package-linux"
:
"electron-packager . electron-tutorial-app --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/apple.png --prune=true --out=release-builds"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://projectcs.sci.ubu.ac.th/Patiphan/node-js-60-2.git"
},
"author"
:
"Patiphan"
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"electron"
:
"^1.8.2"
,
"electron-packager"
:
"^11.0.1"
}
}
{
"name"
:
"windowapp"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"main.js"
,
"scripts"
:
{
"app"
:
"./node_modules/electron/dist/electron ."
,
"touch"
:
"touch สวัสดี"
,
"echo"
:
"echo สวัสดี"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"package-linux"
:
"electron-packager . electron-tutorial-app --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/apple.png --prune=true --out=release-builds"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://projectcs.sci.ubu.ac.th/Patiphan/node-js-60-2.git"
},
"author"
:
"Patiphan"
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"electron"
:
"^1.8.2"
,
"electron-packager"
:
"^11.0.1"
},
"dependencies"
:
{
"jquery"
:
"^3.3.1"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment