Gathering detailed insights and metrics for backbone-bootstrap-tabs
Gathering detailed insights and metrics for backbone-bootstrap-tabs
Gathering detailed insights and metrics for backbone-bootstrap-tabs
Gathering detailed insights and metrics for backbone-bootstrap-tabs
Boilerplate using Backbone, Requirejs, jquery and Bootstrap, template application with menu tabs
npm install backbone-bootstrap-tabs
Typescript
Module System
Node Version
NPM Version
JavaScript (54.93%)
HTML (22.54%)
Shell (21.34%)
CSS (1.18%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
48 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 22, 2017
Latest Version
0.1.8
Package Id
backbone-bootstrap-tabs@0.1.8
Size
122.98 kB
NPM Version
3.8.8
Node Version
5.8.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Boilerplate using Backbone, Requirejs, jquery ,Bootstrap and Less
A starting template for development, application with menu tabs
See the online demo
The application architecture directories :
app/
|-- assets/
|---- less/
|-- collections/
|-- dist/
|---- css/
|---- images/
|---- fonts/
|-- models/
|-- routers/
|-- vendor/
|-- views/
|---- templates/
|-- app.js
|-- index.html
|-- main.js
|-- main-built.js
|-- bin/
|---- bower.sh
|---- npm.sh
node_modules/
bower.json
Gruntfile.js
package.json
README.md
For your development, you have to install some required grunt tasks modules :
You can add mores grunt modules if you need by update the Gruntfile.
Install your module globally, an example with less
1npm install -g grunt-contrib-less
Then link the module to your application
1cd my-project 2npm link grunt-contrib-less
This Boilerplate is using grunt-contrib-requirejs in order to compile all your
JavaScript application scripts in one file.
Just run after grunt modules install/linking this commands :
Linking fonts and compile less to css
1grunt
Then to compile with r.js
1grunt optimize
You must have node, grunt and bower install on your development environment
You can simply download, clone or fork the project from Github or
Install via bower, run the following commands :
1cd my-project 2bower init 3bower install backbone-bootstrap-tabs 4find bower_components/backbone-bootstrap-tabs -maxdepth 1 -mindepth 1 -exec mv {} . \; 5rm -rf bower_components/backbone-bootstrap-tabs 6bower update
Install via npm, use the following commands :
1cd my-project 2npm install backbone-bootstrap-tabs 3find node_modules/backbone-bootstrap-tabs -maxdepth 1 -mindepth 1 -exec mv {} . \; 4rm -rf node_modules/backbone-bootstrap-tabs 5bower update
Two bash scripts are provided for automatic install, you can make an alias to the script for using in command line:
1cd my-project 2npm install backbone-bootstrap-tabs 3cp backbone-bootstrap-tabs/bin/*.sh ~/local-script/
Make alias:
1vi ~/.bash_aliases 2alias npm-dev='~/local-scripts/./npm.sh' 3alias bower-dev='~/local-scripts/./bower.sh'
The when you need to use the backbone-bootstrap-tabs Boilerplate for each projects you can run this commands for installation.
With bower
1cd my-project 2bower install backbone-bootstrap-tabs 3bower-dev
With npm
1cd my-project 2npm install backbone-bootstrap-tabs 3npm-dev
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More