sublime text3下的bootstrap插件

来源:互联网 发布:判断是否存在sql注入 编辑:程序博客网 时间:2024/06/05 07:08

首先要做的就是安装插件,这个相信大家都不会有问题的

网上装插件的教程也有一大顿,就不在这里废话了

ctrl加shift加p打开package control

选择install package

然后输入bootstrap 就会显示出来很多的插件。

我安装的是

Bootstrap 4 Snippets



出现这张图片就说明安装成功了

下面就是这个插件的一些教程,英文好的同学可以直接

上官网去看教程

我这个也是从官网学来的。

在sublime中新建一个html文档

输入

<tempalte:

就会出现很多提示。

template:can是从can上引用bootstrap的js和css

template:html5是建立一个基础的html5模版。

template:blog是建立一个博客样板。

下面就是官网的详细介绍。

可以一一尝试。

SnippetsDescriptionstemplate:cdnGenerates a CSS & JS from CDNtemplate:cdn_cssGenerates a CSS from CDNtemplate:cdn_jsGenerates a CSS & JS from CDNtemplate:html5Generates a Basic HTML5 Templatetemplate:blogGenerates a Blog Templatetemplate:carouselGenerates a Carousel Templatetemplate:coverGenerates a Cover Templatetemplate:dashboardGenerates a Dashboard Templatetemplate:gridsGenerates a Grids Templatetemplate:jumbotronGenerates a Jumbotron Templatetemplate:navbarGenerates a Navbar Templatetemplate:fixed_navbarGenerates a Fixed Navbar Templatetemplate:justified_navGenerates a Justified nav Templatetemplate:static_top_navbarGenerates a Static top Navbar Templatetemplate:sticky_footerGenerates a Sticky footer Templatetemplate:sticky_footer+navbarGenerates a Sticky footer w/ navbar...template:sign-inGenerates a Sign-in Templatetemplate:starterGenerates a Starter Template
 


使用这些模版及其方便,还有一些细节就在官网看吧

https://github.com/degouville/sublime-bootstrap4#templates

0 0
原创粉丝点击