From 930cc16d0698348cf0647d3ec413f83d60dbbe84 Mon Sep 17 00:00:00 2001 From: kentah <158997636+KentaHizume@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:29:59 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AAREADME=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E5=89=8A=E9=99=A4=20(#2180?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dressca/dressca-frontend/admin/README.md | 64 ------------------- .../dressca-frontend/consumer/README.md | 62 ------------------ 2 files changed, 126 deletions(-) delete mode 100644 samples/Dressca/dressca-frontend/admin/README.md delete mode 100644 samples/Dressca/dressca-frontend/consumer/README.md diff --git a/samples/Dressca/dressca-frontend/admin/README.md b/samples/Dressca/dressca-frontend/admin/README.md deleted file mode 100644 index 7b72809ca..000000000 --- a/samples/Dressca/dressca-frontend/admin/README.md +++ /dev/null @@ -1,64 +0,0 @@ - - - -# vue-project - -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Type-Check, Compile and Minify for Production - -```sh -npm run build -``` - -### Run Unit Tests with [Vitest](https://vitest.dev/) - -```sh -npm run test:unit -``` - -### Run End-to-End Tests with [Cypress](https://www.cypress.io/) - -```sh -npm run test:e2e:dev -``` - -This runs the end-to-end tests against the Vite development server. -It is much faster than the production build. - -But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments): - -```sh -npm run build -npm run test:e2e -``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -``` diff --git a/samples/Dressca/dressca-frontend/consumer/README.md b/samples/Dressca/dressca-frontend/consumer/README.md deleted file mode 100644 index d7ff2fb66..000000000 --- a/samples/Dressca/dressca-frontend/consumer/README.md +++ /dev/null @@ -1,62 +0,0 @@ - - - -# dressca-frontend - -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Type-Check, Compile and Minify for Production - -```sh -npm run build -``` - -### Run Unit Tests with [Vitest](https://vitest.dev/) - -```sh -npm run test:unit -``` - -### Run End-to-End Tests with [Cypress](https://www.cypress.io/) - -```sh -npm run build -npm run test:e2e # or `npm run test:e2e:ci` for headless testing -``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -``` - -## Credits - -- favicon: -- content: - -