• Stars
    star
    413
  • Rank 101,098 (Top 3 %)
  • Language
    JavaScript
  • Created over 12 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The sample single page app project template, uses RequireJS

This web project has the following setup:

  • www/ - the web assets for the project
    • index.html - the entry point into the app.
    • app.js - the top-level config script used by index.html
    • app/ - the directory to store project-specific scripts.
    • lib/ - the directory to hold third party scripts.
  • tools/ - the build tools to optimize the project.

To optimize, run:

node tools/r.js -o tools/build.js

That build command creates an optimized version of the project in a www-built directory. The app.js file will be optimized to include all of its dependencies.

For more information on the optimizer: http://requirejs.org/docs/optimization.html

For more information on using requirejs: http://requirejs.org/docs/api.html

More Repositories

1

volo

Create front end projects from templates, add dependencies, and automate the resulting projects
JavaScript
1,403
star
2

create-responsive-template

volo template to set up a responsive web app based on the Twitter Bootstrap
JavaScript
58
star
3

grunt-volo

Use volo inside grunt for fetching code dependencies from GitHub
JavaScript
17
star
4

volo-appcache

A volo command for generating an appcache manifest
JavaScript
8
star
5

repos

Supplemental information for repos on GitHub that do not have usable package.json files
8
star
6

volo-ghdeploy

A volo command for deploying a directory to GitHub Pages
JavaScript
8
star
7

test-gh-app

test app trying the github pages
JavaScript
2
star
8

test-type-directory

Tests the use of volo.type = "directory" for an added dependency.
JavaScript
1
star
9

test-noversionjson

Tests a repo that has a version tag already, but no package.json in it, so fall back to the master branch's package.json
1
star
10

test-master-downloadfragment

Tests a JS project that has a package.json with a volo.url property pointing to a master download URL with a fragment ID on the end.
JavaScript
1
star
11

volo-npm

volo package structure for npm deployment
JavaScript
1
star
12

test-package-download

Tests a JS project that has a package.json with a volo.url property pointing to github downloads zip file.
JavaScript
1
star
13

test-nomaster

Tests a repo with a develop branch set as its "master", and does not have version tags.
1
star
14

create-command-template

Template for creating volo commands
JavaScript
1
star
15

ghvolo

A command line tool that uses volo as a library to do searches and resolutions of github IDs for front end/browser-based web dependencies.
JavaScript
1
star
16

test-mainsinglebuilt

Test directory with a single built file that when fetched with fragment ID should only get the file not a directory
JavaScript
1
star
17

test-directory-main

Tests a directory with a package.json and a main, but no dependencies or volo config.
JavaScript
1
star
18

test-master-download

Tests a JS project that has a package.json with a volo.url property pointing to a master download URL
JavaScript
1
star