#todo
-
-
Save xgqfrms-GitHub/6dedbf874cbe38d108ab99a14d824860 to your computer and use it in GitHub Desktop.
CSS Template Layout Module
CSS模板布局模块
https://www.w3.org/TR/css-template-3/
html5 template
https://www.w3.org/TR/html5/scripting-1.html#the-template-element
https://www.w3.org/TR/html52/semantics-scripting.html#the-template-element
<template id="row">
<tr><td><td><td><td>
</template>
https://www.w3.org/TR/html5/scripting-1.html#the-template-element
react props 传递的参数2 ?
vim 定位到指定行 ?
fiber
https://fiber.google.com/about/
fiber
Vue.component
vs .vue
https://cn.vuejs.org/v2/guide/single-file-components.html#介绍
scoped-css === unique class name
https://github.com/vuejs/vue-loader/blob/master/docs/en/features/scoped-css.md
HTML5
Web Components
https://developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/HTML5
template
https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/template
https://www.w3.org/TR/html5/scripting-1.html#the-template-element
grid-template
网格模板 (grid-template) CSS属性是一个缩写 (shorthand) 属性,用于定义 grid columns, rows 和 areas。
https://developer.mozilla.org/zh-CN/docs/Web/CSS/grid-template
Template_literals
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
https://gist.github.com/xgqfrms-GitHub/39afeb64766eccce920fbaeac5f89f23
App_templates
为了帮助您快速开始编写Web应用程序,我们提供了一些已经设置好的模板。
每个模板都是一个静态Web项目,其中包含有助于构建和部署的工具。
https://developer.mozilla.org/zh-CN/docs/Archive/Apps/Tools_and_frameworks/App_templates
Content_Security_Policy / CSP
https://developer.mozilla.org/zh-CN/docs/Web/Security/CSP/Using_Content_Security_Policy
https://cn.vuejs.org/v2/guide/