您的位置:首页 > 数据库 > Oracle

Oracle回收站功能,彻底删除表(purge recyclebin)

2011-07-28 15:16 771 查看
项目地址: http://bower.io/
bower 框架搜索地址:http://bower.io/search/

Install Bower

Bower is a command line utility. Install it with npm.
$ npm install -g bower
Bower requires Node and npm and Git.

Getting started

Install packages

Install packages with
bower install
. Bower installs packages to
bower_components/
.
$ bower install <package>
A package can be a GitHub shorthand, a Git endpoint, a URL, and more. Read more about
bower install
.
# registered package$ bower install jquery# GitHub shorthand$ bower install desandro/masonry# Git endpoint$ bower install git://github.com/user/package.git# URL$ bower install http://example.com/script.js[/code]

Search packages

Search Bower packages and find the registered package names for your favorite projects.

Save packages

Save your packages to
bower.json
with
bower init
.

Use packages

How you use packages is up to you. Use Bower together with Grunt, RequireJS, Yeoman, and lots of other tools or build your own workflow with the API.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: