Git Product home page Git Product logo

forgeui-3's Introduction

Turborepo starter

This is an official starter Turborepo.

Using this example

Run the following command:

npx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo
pnpm build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
pnpm dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

forgeui-3's People

Contributors

renovate[bot] avatar jakeminor avatar github-actions[bot] avatar isabelhmallon avatar turbobot-temp avatar polymeta avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

zz02846584zz

forgeui-3's Issues

ForgeTable: Retrieve Table Context information in a simpler way

In order to retrieve information from the table such as current page, filters, sort direction etc. you have to hook into various methods in the PrimeVue DataTable.

Although this works out of the box, Forge should provide a way of retrieving that data in a simpler manner by allowing the user to pass a table context object to the table which will update it automatically.

Dependency Dashboard

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

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency vite to v5.4.2
  • chore(deps): update dependency @types/node to v18
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

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

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • actions/setup-node v4
  • irongut/CodeCoverageSummary v1.3.0
  • marocchino/sticky-pull-request-comment v2
.github/workflows/deploy-docs.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/upload-pages-artifact v3
  • actions/deploy-pages v4
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v4
  • changesets/action v1
npm
apps/docs/package.json
  • @iconify/vue 4.1.2
  • rgb-hex 4.1.0
  • unplugin-vue-markdown 0.26.2
  • vue 3.4.38
  • vue-router 4.4.3
  • @vitejs/plugin-vue 5.1.2
  • eslint-plugin-prettier 5.2.1
  • typescript 5.5.4
  • unplugin-vue-router 0.10.6
  • vite 5.4.1
  • vue-tsc 2.0.29
package.json
  • @changesets/cli 2.27.7
  • @types/prismjs 1.26.4
packages/eslint-config-custom/package.json
  • @typescript-eslint/eslint-plugin 7.18.0
  • @vue/eslint-config-prettier 9.0.0
  • @vue/eslint-config-typescript 13.0.0
  • @typescript-eslint/parser ^7.0.0
  • eslint 8.57.0
  • eslint-config-prettier 9.1.0
  • eslint-plugin-prettier 5.2.1
  • eslint-plugin-unused-imports 3.2.0
  • eslint-plugin-vue 9.27.0
  • prettier 3.3.3
packages/playground/package.json
  • @iconify/vue ^4.1.1
  • markdown-it-prism ^2.3.0
  • prismjs ^1.29.0
  • vue ^3.3.4
  • @types/node 18.19.44
  • @vitejs/plugin-vue 5.1.2
  • eslint-plugin-prettier 5.2.1
  • rollup-plugin-visualizer 5.12.0
  • sass 1.77.8
  • typescript 5.5.4
  • vite 5.4.1
  • vite-plugin-dts 3.9.1
packages/ui/package.json
  • @azure/abort-controller ^1.0.0
  • @azure/storage-blob ^12.17.0
  • @iconify/vue ^4.1.1
  • @popperjs/core ^2.11.8
  • @vueuse/components ^10.6.1
  • bootstrap ^5.3.3
  • primevue ^3.53.0
  • vee-validate ^4.11.8
  • vue ^3.4.14
  • vue-multiselect ^3.0.0-beta.3
  • yup ^1.4.0
  • @cypress/code-coverage 3.12.45
  • @vitejs/plugin-vue 5.1.2
  • @vitest/coverage-v8 1.6.0
  • @vitest/ui 1.6.0
  • cypress 13.13.3
  • cypress-real-events 1.13.0
  • sass 1.77.8
  • typescript 5.5.4
  • unplugin-vue-components 0.27.4
  • rollup-plugin-visualizer 5.12.0
  • vite 5.4.1
  • vite-bundle-visualizer 1.2.1
  • vite-plugin-istanbul 6.0.2
  • vitest 1.6.0
  • vite-plugin-dts 3.9.1
  • @rollup/rollup-linux-x64-gnu 4.20.0

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

ForgeChips: Input boarder is visible

The boarder around the text input is visible as the styling missing to hide it, making the chips look like they are appearing outside the text box.

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.