0.0.52 • Published 6 years ago

rollick v0.0.52

Weekly downloads
103
License
-
Repository
-
Last release
6 years ago

How to try it out

$ npm i
$ npm run build
$ node server.js

If you want to try it on any other project with components, you will need a rollick config file - name rollick.config.js. It looks like this

module.exports = {
    componentsPath: 'src/components',
    jspm: {
        paths: {
            lodash: '/node_modules/lodash/index.js',
            'lodash.words': '/node_modules/lodash.words/index.js',
            jquery: '/node_modules/jquery/dist/jquery.min.js',
            moment: '/node_modules/moment/min/moment-with-langs.min.js',
            bluebird: '/node_modules/bluebird/js/browser/bluebird.min.js'
        }
    },
    globals: {
        css: {
            urls: '/path/to/global.css'
        }
    },
    server: {
      paths: {
          'fonts': 'path/to/fontsfile'
      },
    }
}

And then run the following commands -

$ npm i rollick -g
$ rollick install
$ rollick start --port 5005

This should start a localhost server on port 4001 and will serve the tool on http://localhost:4001/.rollick/index.html

0.0.52

6 years ago

0.0.51

7 years ago

0.0.50

7 years ago

0.0.49

7 years ago

0.0.48

7 years ago

0.0.47

7 years ago

0.0.46

7 years ago

0.0.45

7 years ago

0.0.44

7 years ago

0.0.43

7 years ago

0.0.42

7 years ago

0.0.41

7 years ago

0.0.40

7 years ago

0.0.39

7 years ago

0.0.38

7 years ago

0.0.37

7 years ago

0.0.36

7 years ago

0.0.35

7 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago