Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

TSConfig files for projects created with create-vue.

License

NotificationsYou must be signed in to change notification settings

joaopalmeiro/create-vue-tsconfigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSConfig files for projects created withcreate-vue.

Available TSConfig files

TemplatePackage TSConfig fileSource TSConfig file
typescripttsconfig.app.jsontsconfig.app.json
typescripttsconfig.node.jsontsconfig.node.json

Development

Installfnm (if necessary).

fnm install&& fnm use&& node --version&& npm --version
npm install
npm create vue@3.9.2 test-create-vue
cd test-create-vue&& npm install
npx vue-tsc --project tsconfig.app.json --showConfig
npx vue-tsc --project tsconfig.node.json --showConfig
cd ..

Delete the followingtop-level options (if necessary):

  • "references"
  • "files"
  • "include"
  • "exclude"

Remove the followingcompilerOptions options (if necessary):

  • "types"
  • "tsBuildInfoFile"
  • "baseUrl"
  • "paths"

Add the followingcompilerOptions option (if necessary):

  • "composite": true
npm run format

Deployment

npm pack --dry-run
npm version patch
npm version minor
npm version major
  • Update the version in theLicenses link at the top.
  • Commit and push changes.
  • Create a tag onGitHub Desktop.
  • CheckGitHub.
npm login
npm publish

About

TSConfig files for projects created with create-vue.

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp