Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
index.js framework7
arijulianto
Jan 20th, 2018
252
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
app
=
new
Framework7
(
{
// App root element
root
:
'#app'
,
// App Name
name
:
'My App'
,
// App id
id
:
'com.myapp.test'
,
// Enable swipe panel
panel
:
{
swipe
:
'left'
}
}
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!