mirror of https://github.com/rancher/dashboard.git
* Remove install as storybook start script * Install Storybook8 with Webpack5 * Correct issue in importing a node style within the SCSS instead of vue config * Add existing configuration for Webpack * Convert first component to SFC/MDX new model * Add remaining plugins, directives and components * Correct store import in the Rancher Dashboard way * Complete input migration * Add buttons * Correct assets import * Move foundation * Fix path for assets import * Move example assets within the folder * Migrate Form * Move first components * Migrate to proper file naming * Remove visual tests * Migrate components * Remove title for Labeled Select * Add welcome page * Bump Storybook to 8.4.2 with auto migration script * Add MDX support for tables * Add iframe for rancher icons * Rename component as modal to avoid confusion * Enable themes and custom Rancher theme * Correct MDX markdown errors * Correct i18n import * ESLint fiuxes * Change import of debounce from lodash * Code cleanup * Remove unnecessary import about Code Mirror * Replace old storybook * Add decorator for Vue routing and fix hash issues for the tabs * Change Webpack configuration to declarative format * Add ToC to the documentation * Fix linting issue |
||
|---|---|---|
| .. | ||
| .storybook | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| yarn.lock | ||
README.md
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.