上一页 1 ··· 441 442 443 444 445 446 447 448 449 ··· 468 下一页
摘要: Using ES6To use ES6, we need loader.Modify webpack.config.js file:module.exports = { entry: './index.js', output: { filename: 'bundle.js'... 阅读全文
posted @ 2015-03-04 03:21 Zhentiw 阅读(3636) 评论(0) 推荐(0) 编辑
摘要: To use webpack, first you need to run:npm install webpack2. Create a webpack.config.js file:module.exports = { entry: './index.js', output: { ... 阅读全文
posted @ 2015-03-03 04:17 Zhentiw 阅读(415) 评论(0) 推荐(0) 编辑
摘要: Grid Size For .col-mdWe started designing our site using thecol-md-*classes. These classes target what screen size?PhonesTabletsLaptopsDesktopsGrid Si... 阅读全文
posted @ 2015-03-01 23:32 Zhentiw 阅读(1567) 评论(0) 推荐(0) 编辑
摘要: Usually when desgin a web page, we think building the page in grid.Bootstrap can help us to do that.It divides the page into 12 cols. In the picture, ... 阅读全文
posted @ 2015-02-16 17:06 Zhentiw 阅读(727) 评论(0) 推荐(0) 编辑
摘要: Container: 居中 Blasting Off With Bootstrap The Fastest Way to Space Make your way to space in the comfort of your own ro... 阅读全文
posted @ 2015-01-23 21:12 Zhentiw 阅读(589) 评论(0) 推荐(0) 编辑
摘要: Check out on gitHub, see the example on Demo page, see the document, extension.Mainly, there are three parts consist of Javascript part:form, schema a... 阅读全文
posted @ 2015-01-21 22:06 Zhentiw 阅读(1350) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-01-18 04:04 Zhentiw 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1. Go to 'Extras' -> download and install 'Babel'.2. Set up '.htaccess' file, currently, we set up three languages:find '# The Friendly URLs part' in ... 阅读全文
posted @ 2015-01-16 19:04 Zhentiw 阅读(524) 评论(0) 推荐(0) 编辑
摘要: Sometimes you might need to modify HTTP requests and responses. This could be for a variety of reasons such as adding global logic handling for HTTP e... 阅读全文
posted @ 2015-01-15 06:15 Zhentiw 阅读(377) 评论(0) 推荐(0) 编辑
摘要: See more: http://toddmotto.com/opinionated-angular-js-styleguide-for-teams/ While the routes are being resolved we want to show the user something to 阅读全文
posted @ 2015-01-14 16:17 Zhentiw 阅读(572) 评论(0) 推荐(0) 编辑
上一页 1 ··· 441 442 443 444 445 446 447 448 449 ··· 468 下一页