Created
March 21, 2018 18:01
-
-
Save jacky810124/cc0c47c9a7b6d3084495cf5621ccf9bb to your computer and use it in GitHub Desktop.
PWA Day04 app shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css', | |
'https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js', | |
'https://unpkg.com/[email protected]/dist/vue-router.js', | |
'https://code.jquery.com/jquery-3.2.1.slim.min.js', | |
'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js', | |
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js', | |
'/app.js', | |
'/manifest.json', | |
'/' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment