-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: packages/tdesign-vue-next for site (#5036)
* refactor: mv site to packages/tdesign-vue-next/site * refactor: site * refactor: package.json site script * refactor: camelcase change to lodash-es * refactor: generate-coverage.js * fix: generate-coverage key * chore: fix lint * fix: use lodash at vite plugin md-to-vue * fix: site.config.mjs path * feat: change site output * refactor: site preview scripts * refactor: pull-request yml support site * refactor: tag-push yml support site * refactor: preview-publish.yml support site * fix: vue version form dep
- Loading branch information
1 parent
f2761ef
commit db6da2b
Showing
37 changed files
with
190 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "@tdesign/vue-next-site", | ||
"private": true, | ||
"scripts": { | ||
"start": "pnpm run dev", | ||
"dev": "vite", | ||
"build": "vite build", | ||
"intranet": "vite build --mode intranet", | ||
"preview": "vite build --mode preview && cp dist/index.html dist/404.html" | ||
}, | ||
"author": "tdesign", | ||
"license": "MIT", | ||
"dependencies": { | ||
"semver": "^7.5.4", | ||
"vue": "3.3.9", | ||
"vue-router": "^4.2.4", | ||
"workbox-precaching": "^6.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.17.15", | ||
"@vitejs/plugin-vue": "^2.3.4", | ||
"@vitejs/plugin-vue-jsx": "^1.3.10", | ||
"@vue/compiler-sfc": "^3.3.4", | ||
"less": "^4.1.3", | ||
"lodash": "^4.17.21", | ||
"prismjs": "^1.29.0", | ||
"tdesign-icons-view": "^0.3.4", | ||
"tdesign-site-components": "0.16.0-alpha.6", | ||
"tdesign-theme-generator": "^1.0.11", | ||
"vite": "^2.9.16", | ||
"vite-plugin-pwa": "^0.12.8", | ||
"vite-plugin-tdoc": "^2.0.4" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.