上一页 1 ··· 349 350 351 352 353 354 355 356 357 ··· 498 下一页
摘要: In this lesson we'll use cjs-to-es6 to convert CommonJS requires to ES6 imports. We'll also show how to convert over a exported default object to take 阅读全文
posted @ 2017-06-09 15:58 Zhentiw 阅读(312) 评论(0) 推荐(0)
摘要: You can easily use TypeStyle to build static html files with encapsulated CSS. You can use this pattern to generate email and pdf template files. Sinc 阅读全文
posted @ 2017-06-09 15:37 Zhentiw 阅读(244) 评论(0) 推荐(0)
摘要: You can increase the browser support of your CSS using fallback values and vendor prefixes. This lesson covers using vendor prefixes and fallback valu 阅读全文
posted @ 2017-06-08 04:22 Zhentiw 阅读(237) 评论(0) 推荐(0)
摘要: In this lesson we'll use prettier and lint-staged to run prettier only on files that have been changed and committed to git. This will allow you to pr 阅读全文
posted @ 2017-06-08 04:05 Zhentiw 阅读(274) 评论(0) 推荐(0)
摘要: TypeStyle tries to be an all in one CSS in JS management solution so you can always fall back to raw CSS if you ever need to migrate old code quickly. 阅读全文
posted @ 2017-06-07 02:27 Zhentiw 阅读(245) 评论(0) 推荐(0)
摘要: We cover CSS keyframes and how to create them using TypeStyle. We then show how to use the keyframes function to create an animation. We also discuss 阅读全文
posted @ 2017-06-07 02:08 Zhentiw 阅读(444) 评论(0) 推荐(0)
摘要: Install: For example, we can store the sensitive information or env related information in a 'veriables.env' file: Then we can use dotenv to load thos 阅读全文
posted @ 2017-06-07 01:42 Zhentiw 阅读(441) 评论(0) 推荐(0)
摘要: We will demonstrate composing classes using the utility classes function. classes is also what we recommend for theming. Using pure CSS classes means 阅读全文
posted @ 2017-06-06 14:44 Zhentiw 阅读(270) 评论(0) 推荐(0)
摘要: In this lesson we'll show how to setup a .babelrc file with presets and plugins. Then create npm scripts that use babel-node and babel. With babel-pre 阅读全文
posted @ 2017-06-06 14:13 Zhentiw 阅读(242) 评论(0) 推荐(0)
摘要: The API for the store is really simple: There are two methods, set() & select(). Store: interface: Component: 阅读全文
posted @ 2017-06-06 01:58 Zhentiw 阅读(312) 评论(0) 推荐(0)
上一页 1 ··· 349 350 351 352 353 354 355 356 357 ··· 498 下一页