Skip to content

Commit 303728e

Browse files
committed
chore: init
1 parent bdebfbc commit 303728e

File tree

6 files changed

+56
-542
lines changed

6 files changed

+56
-542
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
fetch-depth: 0
1919

2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 9
2321

2422
- uses: actions/setup-node@v4
2523
with:

README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
# typescript-starter
1+
# vue-markdown-x
22

3-
A typescript project startup template
4-
5-
## Features
6-
7-
- code lint & format with [eslint](https://eslint.org/) and [@antfu/eslint-config](https://www.npmjs.com/package/@antfu/eslint-config)
8-
- commit lint with [husky](https://typicode.github.io/husky/) and [lint-staged](https://www.npmjs.com/package/lint-staged)
9-
- build with [vite](https://vite.dev/)
10-
- test by [vitest](https://vitest.dev/)
11-
- release with [bumpp](https://github.com/antfu-collective/bumpp)
12-
- auto publish by [github action](https://docs.github.com/en/actions)
13-
- [create your npm token](https://docs.npmjs.com/creating-and-viewing-access-tokens) and add to repository's secret
14-
15-
## Notice to modify
16-
17-
- README.md
18-
- LICENSE
19-
- package.json
20-
- name
21-
- description
22-
- author
23-
- license
24-
- keywords
25-
- bugs
26-
- homepage
3+
The vue component for render MarkDown string

package.json

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "@litingyes/typescript-starter",
2+
"name": "vue-markdown-x",
33
"type": "module",
44
"version": "0.1.0",
55
"private": false,
6-
"description": "A typescript project startup template",
6+
"packageManager": "[email protected]+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
7+
"description": "The vue component for render MarkDown string",
78
"author": "litingyes <[email protected]> (https://litingyes.top/)",
89
"license": "MIT",
9-
"homepage": "https://github.com/litingyes/typescript-starter#readme",
10+
"homepage": "https://github.com/litingyes/vue-markdown#readme",
1011
"bugs": {
11-
"url": "https://github.com/litingyes/typescript-starter/issues"
12+
"url": "https://github.com/litingyes/vue-markdown/issues"
1213
},
1314
"keywords": [
14-
"typescript",
15-
"template",
16-
"starter",
17-
"vite",
18-
"vitest"
15+
"vue",
16+
"markdown",
17+
"stream",
18+
"ai"
1919
],
2020
"exports": {
2121
".": {
@@ -33,10 +33,8 @@
3333
"lint": "eslint .",
3434
"format": "eslint --fix .",
3535
"build": "vite build",
36-
"test": "vitest",
37-
"coverage": "vitest run --coverage",
3836
"commit": "git-cz",
39-
"prerelease": "pnpm build && pnpm coverage",
37+
"prerelease": "pnpm build",
4038
"release": "bumpp",
4139
"prepare": "husky"
4240
},
@@ -46,8 +44,6 @@
4644
"@commitlint/config-conventional": "^19.6.0",
4745
"@commitlint/cz-commitlint": "^19.6.1",
4846
"@types/node": "22",
49-
"@vitest/coverage-istanbul": "3.0.6",
50-
"@vitest/coverage-v8": "3.0.6",
5147
"bumpp": "^9.10.2",
5248
"commitizen": "^4.3.1",
5349
"eslint": "^9.18.0",
@@ -58,8 +54,7 @@
5854
"typescript": "^5.7.3",
5955
"unplugin-external": "0.1.0-beta.3",
6056
"vite": "^6.1.1",
61-
"vite-plugin-dts": "^4.5.0",
62-
"vitest": "^3.0.6"
57+
"vite-plugin-dts": "^4.5.0"
6358
},
6459
"config": {
6560
"commitizen": {

0 commit comments

Comments
 (0)