Code Monkey home page Code Monkey logo

module-template's People

Contributors

decipher avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar

module-template's Issues

Add changesets

Is your feature request related to a problem? Please describe.
As a project maintainer I want the ability to track changes and update versions and changelogs.

Describe the solution you'd like

Describe alternatives you've considered
N/A

Additional context
N/A

Add example Storybook integration.

Is your feature request related to a problem? Please describe.
As a module developer I want an example Storybook integration as it's a common task.

Describe the solution you'd like

  • Add example Storybook integration.

Describe alternatives you've considered
N/A

Additional context
N/A

Add init and command steps to Gitpod configuration.

Is your feature request related to a problem? Please describe.
As a module developer I want Gitpod setup with dependencies installed and a ready for development.

Describe the solution you'd like

  • Add init and command steps for gitpod.

Describe alternatives you've considered
N/A

Additional context
N/A

Update README

Is your feature request related to a problem? Please describe.
As a module developer I want a README that explains how to make a custom module but can be updated easily to become the custom modules README.

Describe the solution you'd like

  • Update README

Describe alternatives you've considered
N/A

Additional context
N/A

Add connected Nuxt Drupal example

Is your feature request related to a problem? Please describe.
As a user I want to see an example that connects a frontend to a backend with demo data.

Describe the solution you'd like

  • Setup DDev / Gitpod
  • Move example directory to example/nuxt
  • Add Drupal with tome to example/drupal
  • Add example/README.md with instructions.

Describe alternatives you've considered
N/A

Additional context

Cannot find module 'vue-template-compiler'

Describe the bug
Running yarn test --watch results in the following:

  โ— Test suite failed to run

    Cannot find module 'vue-template-compiler'
    Require stack:
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/vue-jest/lib/process.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/vue-jest/vue-jest.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-util/build/requireOrImportModule.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-util/build/index.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-config/build/getCacheDirectory.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-config/build/Defaults.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-config/build/normalize.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-config/build/index.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-cli/build/init/index.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-cli/build/cli/index.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-cli/build/index.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest-cli/bin/jest.js
    - /Users/stuartclark/Projects/Druxt/druxt-auth/node_modules/jest/bin/jest.js

      at Object.<anonymous> (node_modules/vue-jest/lib/process.js:1:21)

To Reproduce
Steps to reproduce the behavior:

  1. Create a new module from this template.
  2. Install and run tests: yarn && yarn test
  3. See error

Expected behavior
Run tests

Media
N/A

Your Environment (please complete the following information):
N/A

Additional context
N/A

Add Nuxt module test.

Is your feature request related to a problem? Please describe.
As a developer I want an example Nuxt module test file that I can update.

Describe the solution you'd like

  • Add test/index.test.js

Describe alternatives you've considered
N/A

Additional context
N/A

Add Github workflow CI

Is your feature request related to a problem? Please describe.
As a developer I want CI setup out of the box so I can get straight to developing.

Describe the solution you'd like

  • Add a basic Github actions workflow.

Describe alternatives you've considered
N/A

Additional context
N/A

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

composer
example/drupal/composer.json
  • composer/installers 2.2.0
  • drupal/core-composer-scaffold 9.4.8
  • drupal/core-project-message 9.4.8
  • drupal/core-recommended 9.4.8
  • drupal/druxt 1.1.1
  • drupal/tome 1.7.0
  • drush/drush 11.3.2
  • drupal/core-dev 9.4.8
docker-compose
example/drupal/.ddev/docker-compose.network-mtu.yaml
dockerfile
.gitpod/Dockerfile
github-actions
.github/workflows/ci.yml
  • actions/checkout v2
  • actions/setup-node v3
  • codecov/codecov-action v3.1.1
.github/workflows/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
npm
example/nuxt/package.json
package.json
  • @babel/core 7.20.2
  • @babel/preset-env 7.20.2
  • @changesets/cli 2.25.2
  • @vue/test-utils 1.3.3
  • babel-core 7.0.0-bridge.0
  • druxt 0.21.0
  • esbuild-jest 0.5.0
  • eslint 8.28.0
  • eslint-plugin-nuxt 4.0.0
  • jest 27.5.1
  • siroc 0.16.0
  • vue-jest 3.0.7
  • vue-template-compiler 2.7.14

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.