decoupling-drupal-vuejs/vuejs
dependabot-preview[bot] 92c97b51fc
[Security] Bump lodash from 4.17.11 to 4.17.15 in /vuejs
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-30 19:07:50 +00: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 Add and use vue-save-state 2019-08-30 18:08:44 +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 [Security] Bump lodash from 4.17.11 to 4.17.15 in /vuejs 2019-08-30 19:07:50 +00: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.