grommet-cli icon indicating copy to clipboard operation
grommet-cli copied to clipboard

Deprecated, use create-react-app for v2 instead. Command Line interface for grommet

Results 14 grommet-cli issues
Sort by recently updated
recently updated
newest added

## how to reproduce: 1. build a new project. 2. create a .env file and set a variable in it like: ``` PORT=5050 ``` 3. run `npm run dev` it...

Webpack 4 has lot of interesting features which can help improve performance of our products. Grommet-cli uses 3.x version, do you know of a way where we can keep using...

After following all the istructions at http://grommet.io/docs/get-started, I used the grommet cli to build a new project creates everything except there is no dist directory, it is now called public....

## Description Enables the DXC Theme introduced in grommet 1.9.0 to be used with grommet cli. (see [https://github.com/grommet/grommet/tree/v1.9.0/src/scss/dxc](https://github.com/grommet/grommet/tree/v1.9.0/src/scss/dxc)) This PR is motivated by my work with grommet and grommet-cli at...

Eric S added code for a new licensing option: grommet pack --licenses This option generates license files for a grommet repo: - licenses.json - src-with-dependencies.tgz These license files should be...

When Grommet references dependencies in SCCS imports they need to be a top level dependency or the SCCS compiler cannot find them. The following need to be added to package.json...

``` babel-eslint 7.2.3 7.2.3 8.0.3 devDependencies https://github.com/babel/babel-eslint babel-jest 20.0.3 20.0.3 21.2.0 devDependencies https://github.com/facebook/jest#readme eslint-config-airbnb 15.1.0 15.1.0 16.1.0 devDependencies https://github.com/airbnb/javascript eslint-plugin-jsx-a11y 5.1.1 5.1.1 6.0.3 devDependencies https://github.com/evcohen/eslint-plugin-jsx-a11y#readme file-loader 0.11.2 0.11.2 1.1.6 devDependencies...

needs attention

Implements two new templates: * electron-basic * electron-app which are versions of the original 'app' and 'basic' templates that work in Electron.

I initially encountered the following error with Grommet CLI `5.0.0` and a webpack config titled `webpack.config.babel.js` ``` Invalid configuration object. Webpack has been initialised using a configuration object that does...