The code for my Blue Conf 2019 talk
Find a file
Oliver Davies 726a0b535f Remove type
Otherwise there's no syntax highlighting
2019-06-05 12:01:47 +01:00
public Update title 2019-06-04 23:19:00 +01:00
src Remove type 2019-06-05 12:01:47 +01:00
tests/unit init 2019-05-25 00:11:42 +01:00
.browserslistrc init 2019-05-25 00:11:42 +01:00
.editorconfig init 2019-05-25 00:11:42 +01:00
.env Use an environment variable for the Drupal URL 2019-06-04 23:12:18 +01:00
.eslintrc.js init 2019-05-25 00:11:42 +01:00
.gitignore init 2019-05-25 00:11:42 +01:00
babel.config.js init 2019-05-25 00:11:42 +01:00
jest.config.js init 2019-05-25 00:11:42 +01:00
package.json Extract form element styles 2019-06-05 09:15:54 +01:00
postcss.config.js Extract form element styles 2019-06-05 09:15:54 +01:00
README.md init 2019-05-25 00:11:42 +01:00
yarn.lock Extract form element styles 2019-06-05 09:15:54 +01:00

blueconf

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.