decoupling-drupal-vuejs/vuejs
2019-08-30 20:16:14 +01:00
..
public Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
src Import map 2019-08-30 20:06:09 +01:00
tests/unit Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
.browserslistrc Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
.editorconfig Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
.env Add Drupal back-end URL 2019-06-05 20:34:57 +01:00
.eslintrc.js Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
.gitignore Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
babel.config.js Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
jest.config.js Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
package.json Merge pull request #3 from opdavies/dependabot/npm_and_yarn/vuejs/babel-eslint-10.0.3 2019-08-30 20:16:14 +01:00
postcss.config.js Add and configure PurgeCSS 2019-08-30 17:57:30 +01:00
README.md Move Vue into the vuejs directory 2019-06-05 19:25:03 +01:00
tailwind.config.js Update tailwindcss and styling 2019-08-30 17:35:14 +01:00
yarn.lock Merge pull request #3 from opdavies/dependabot/npm_and_yarn/vuejs/babel-eslint-10.0.3 2019-08-30 20:16:14 +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.