diff --git a/.eslintignore b/.eslintignore index 37bc6a7..7c04f0e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,28 @@ -dist -public +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -commitlint.config.js \ No newline at end of file +*.tsbuildinfo diff --git a/.prettierignore b/.prettierignore index 37bc6a7..7c04f0e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,28 @@ -dist -public +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -commitlint.config.js \ No newline at end of file +*.tsbuildinfo diff --git a/.stylelintignore b/.stylelintignore index 37bc6a7..7c04f0e 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,5 +1,28 @@ -dist -public +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -commitlint.config.js \ No newline at end of file +*.tsbuildinfo diff --git a/CHANGELOG.md b/CHANGELOG.md index a56790f..fa90dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/zero-one-code/vue-default-page/compare/v1.0.0...v1.0.1) (2024-02-20) + + +### Bug Fixes + +* export types ([9c8107c](https://github.com/zero-one-code/vue-default-page/commit/9c8107c80300661bb822a00f26d58db02c4ea252)) + ## 1.0.0 (2024-02-15) diff --git a/README.md b/README.md index da419e8..2779127 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ English | [中文](./README.zh-CN.md) A Vue 3.0 custom directives plugin, with built-in directives such as `v-loading`, `v-skeleton`, `v-skeleton-avatar`, `v-skeleton-list`, `v-error`, and `v-empty`, dedicated to addressing issues related to waiting, feedback, and error during network requests. +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/vue-default-page?file=src%2FApp.vue) + ## Table of Contents - [Installation](#installation) @@ -101,6 +103,8 @@ Import to the component.