mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
demo generation
This commit is contained in:
13
scripts/examples/examples.js
Normal file
13
scripts/examples/examples.js
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Created by perry on 3/19/15.
|
||||
* A place to do more complicated demo generation
|
||||
* TODO: more complicated demo generation
|
||||
*/
|
||||
|
||||
var wrap = require("gulp-wrap");
|
||||
|
||||
module.exports = function(gulp, argv) {
|
||||
|
||||
|
||||
|
||||
}
|
10
scripts/examples/template/index.html
Normal file
10
scripts/examples/template/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>Ionic 2 Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<%= contents %>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user