Opinionated Vite starter template with TailwindCSS for building admin dashboard

Overview

Vitailse

Opinionated Vite starter template with TailwindCSS for building admin dashboard

Inspired by Vitesse

Features

Comments
  • ReferenceError: window is not defined

    ReferenceError: window is not defined

    Used Vitailse as a template. Cloned to my computer. Ran pnpm i with no problems. Ran pnpm dev with no problems.

    Running pnpm build fails everytime with the following issue:

    [vite-ssg] An internal error occurred.
    [vite-ssg] Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues
    C:\Users\Fortress\Desktop\vitalise\node_modules\.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:430
        const { history, location } = window;
                                      ^
    
    ReferenceError: window is not defined
        at useHistoryStateNavigation (C:\Users\Fortress\Desktop\vitalise\node_modules\.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:430:35)
        at Object.createWebHistory (C:\Users\Fortress\Desktop\vitalise\node_modules\.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:517:31)
        at Module.<anonymous> (C:\Users\Fortress\Desktop\vitalise\.vite-ssg-temp\main.cjs:2914:22)
        at Module._compile (node:internal/modules/cjs/loader:1112:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
        at Module.load (node:internal/modules/cjs/loader:988:32)
        at Module._load (node:internal/modules/cjs/loader:834:12)
        at Module.require (node:internal/modules/cjs/loader:1012:19)
        at require (node:internal/modules/cjs/helpers:102:18)
        at build (file:///C:/Users/Fortress/Desktop/vitalise/node_modules/.pnpm/[email protected]_zodgg63wx4ia7g264h7fi3aaae/node_modules/vite-ssg/dist/chunks/build.mjs:171:115)
    
    Node.js v18.4.0
     ELIFECYCLE  Command failed with exit code 1.
    

    Tried to install workbox-window but that doesn't help, and just gives me this warning:

     WARN  Issues with peer dependencies found
    .
    └─┬ vite-plugin-vue-layouts
      └── ✕ unmet peer vite@^2.5.0: found 3.0.0
    
    opened by compilekaiten 5
  • layouts

    layouts

    How to fix layouts? They are not working at all try to put some text, for example, DEFAULT LAYOUT into layouts/default.vue and you will see - nothing changed.

    opened by sil2 4
  • Fresh repo clone and build fails

    Fresh repo clone and build fails

    I was getting vite-ssg build errors on my project, decided to check on a clean install. Repo without any modifications fails vite-ssg build.

    ` Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues C:\Code\TEST_REPOS\vitailse-test\node_modules.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:430 const { history, location } = window; ^

    ReferenceError: window is not defined at useHistoryStateNavigation (C:\Code\TEST_REPOS\vitailse-test\node_modules.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:430:35) at Object.createWebHistory (C:\Code\TEST_REPOS\vitailse-test\node_modules.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:517:31) at Module. (C:\Code\TEST_REPOS\vitailse-test.vite-ssg-temp\main.cjs:2914:22) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at build (file:///C:/Code/TEST_REPOS/vitailse-test/node_modules/.pnpm/vi[email protected]_zodgg63wx4ia7g264h7fi3aaae/node_modules/vite-ssg/dist/chunks/build.mjs:171:115)  ELIFECYCLE  Command failed with exit code 1.`

    opened by veritymedia 3
  • How to sort TailwindCSS class without prettier?

    How to sort TailwindCSS class without prettier?

    Hi.

    I see the upstream version opt-out the Prettier. The same thing with this project. How do you sort TailwindCSS class without prettier-plugin-tailwindcss?

    Thanks.

    opened by azzamsa 3
  • Fresh install: pnpm build results in error

    Fresh install: pnpm build results in error

    Brand new fresh install.

    I go to https://github.com/zynth17/vitailse and click "Use this Template" And create a new repo from this template.

    Git clone my new repo to local.

    Run pnpm i.

    Run pnpm dev, works fine! 👍

    Run pnpm build, results in error. First appears fine:

    But finishes with error

    opened by jjaimealeman 3
  • chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.21

    chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.21

    Bumps vue-tsc from 0.38.9 to 1.0.21.

    Changelog

    Sourced from vue-tsc's changelog.

    1.0.21 (2022/1/5)

    • fix: cannot jump to .vue definition from .ts with takeover mode
    • fix: cannot detect @volar/vue-language-plugin-pug installed (#2272)
    • fix: ignore incremental update for v-for expression (#2266)
    • fix: auto insert spaces for {{}} not working
    • fix: completion in template inserts stray leading dot (#2155)
    • fix: if source document EOL is \r\n, virtual document mapping decorations range incorrect

    Our Gold Sponsors

    Our Silver Sponsors

    1.0.20 (2022/1/4)

    • feat: support browser navigation for embedded preview
    • feat: released pug extension (#2274)
    • feat: add volar.takeOverMode.extension setting for choice extension that takeover *.ts language support
    • fix(typescript-vue-plugin): can't always get latest status of .vue files (#2271)
    • fix: multi-line template interpolation formatting indentation incorrect
    • refactor(framework): simplify LanguageServerPlugin api and dependency injection connection (#2273)
    • refactor(framework): combine createLanguageService and createDocumentService

    1.0.19 (2022/12/31)

    • feat: add experimentalAdditionalLanguageModules option for vueCompilerOptions (#2267)
    • fix: TS typescript/javascript.preferences.autoImportFileExcludePatterns setting not working
    • fix: formatting not working for extra vue file extensions (#2263)
    • fix(doctor): accidentally report @vue/compiler-dom warning (#2262)
    • fix(vue-component-meta): required property incorrect (#2256)
    • fix(preview): cannot start preview if project never start run vite server (#2223)
    • fix: references codeLens not working

    1.0.18 (2022/12/26)

    • feat: check deprecated properties for vueCompilerOptions in tsconfig
    • fix: auto add spaces for {{}} not working if template block not at the top
    • fix: remove duplicate file watchers for .vue files
    • fix: auto complete randomly report [TS Error] { } and failed (#2190)
    • fix: cross-file renaming cannot be performed consecutively

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.20

    chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.20

    Bumps vue-tsc from 0.38.9 to 1.0.20.

    Changelog

    Sourced from vue-tsc's changelog.

    1.0.20 (2022/1/4)

    • feat: support url field for embedded preview
    • feat: released pug extension (#2274)
    • feat: add volar.takeOverMode.extension setting for choice extension that takeover *.ts language support
    • fix(typescript-vue-plugin): can't always get latest status of .vue files (#2271)
    • refactor(framework): simplify LanguageServerPlugin api and dependency injection connection (#2273)
    • refactor(framework): combine createLanguageService and createDocumentService

    Out Gold Sponsors

    Out Silver Sponsors

    1.0.19 (2022/12/31)

    • feat: add experimentalAdditionalLanguageModules option for vueCompilerOptions (#2267)
    • fix: TS typescript/javascript.preferences.autoImportFileExcludePatterns setting not working
    • fix: formatting not working for extra vue file extensions (#2263)
    • fix(doctor): accidentally report @vue/compiler-dom warning (#2262)
    • fix(vue-component-meta): required property incorrect (#2256)
    • fix(preview): cannot start preview if project never start run vite server (#2223)
    • fix: references codeLens not working

    1.0.18 (2022/12/26)

    • feat: check deprecated properties for vueCompilerOptions in tsconfig
    • fix: auto add spaces for {{}} not working if template block not at the top
    • fix: remove duplicate file watchers for .vue files
    • fix: auto complete randomly report [TS Error] { } and failed (#2190)
    • fix: cross-file renaming cannot be performed consecutively
    • fix: should not report unknown tag error without strictTemplates enabled (#2255)

    1.0.17 (2022/12/26)

    • feat: support syntax highlighting for lang="json5" (#2244)
    • feat: support for generating virtual file from multiple sources (#2253)
    • feat: display mapping data on hover for virtual document
    • feat: re-support component semantic token (#2252)
    • fix(vue-tsc): cannot resolve hook path from extends options
    • fix: fixed workspace configs caching not working edge case (#2062)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.19

    chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.19

    Bumps vue-tsc from 0.38.9 to 1.0.19.

    Changelog

    Sourced from vue-tsc's changelog.

    1.0.19 (2022/12/31)

    • feat: add experimentalAdditionalLanguageModules option for vueCompilerOptions (#2267)
    • fix: TS typescript/javascript.preferences.autoImportFileExcludePatterns setting not working
    • fix: formatting not working for extra vue file extensions (#2263)
    • fix(doctor): accidentally report @vue/compiler-dom warning (#2262)
    • fix(vue-component-meta): required property incorrect (#2256)
    • fix(preview): cannot start preview if project never start run vite server (#2223)
    • fix: references codeLens not working

    Out Gold Sponsors

    Out Silver Sponsors

    1.0.18 (2022/12/26)

    • feat: check deprecated properties for vueCompilerOptions in tsconfig
    • fix: auto add spaces for {{}} not working if template block not at the top
    • fix: remove duplicate file watchers for .vue files
    • fix: auto complete randomly report [TS Error] { } and failed (#2190)
    • fix: cross-file renaming cannot be performed consecutively
    • fix: should not report unknown tag error without strictTemplates enabled (#2255)

    1.0.17 (2022/12/26)

    • feat: support syntax highlighting for lang="json5" (#2244)
    • feat: support for generating virtual file from multiple sources (#2253)
    • feat: display mapping data on hover for virtual document
    • feat: re-support component semantic token (#2252)
    • fix(vue-tsc): cannot resolve hook path from extends options
    • fix: fixed workspace configs caching not working edge case (#2062)
    • fix: cannot find volar.config.js for sub folder tsconfig project
    • fix: emmet abbreviation suggestion keeps disappearing every third letter (#2240)
    • fix: {{ }} colorizedBracketPairs not working (#1759)
    • fix: fixed volar-base language servers executePluginCommand duplicate registration error
    • fix: avoid throw on un-exist workspace folder (#2039)
    • fix: ignore class, style attrs when v-bind exist (#2166)
    • fix: functional component type check not working when return type includes props property (#2206)
    • fix: v-slot error when noPropertyAccessFromIndexSignature is enabled (#2236)
    • fix: skipTemplateCodegen should ignore template slots emit (#2237)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.18

    chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.18

    Bumps vue-tsc from 0.38.9 to 1.0.18.

    Changelog

    Sourced from vue-tsc's changelog.

    1.0.18 (2022/12/26)

    • feat: check deprecated properties for vueCompilerOptions in tsconfig
    • fix: auto add spaces for {{}} not working if template block not at the top
    • fix: remove duplicate file watchers for .vue files
    • fix: auto complete randomly report [TS Error] { } and failed (#2190)
    • fix: cross-file renaming cannot be performed consecutively
    • fix: should not report unknown tag error without strictTemplates enabled (#2255)

    Out Gold Sponsors

    Out Silver Sponsors

    1.0.17 (2022/12/26)

    • feat: support syntax highlighting for lang="json5" (#2244)
    • feat: support for generating virtual file from multiple sources (#2253)
    • feat: display mapping data on hover for virtual document
    • feat: re-support component semantic token (#2252)
    • fix(vue-tsc): cannot resolve hook path from extends options
    • fix: fixed workspace configs caching not working edge case (#2062)
    • fix: cannot find volar.config.js for sub folder tsconfig project
    • fix: emmet abbreviation suggestion keeps disappearing every third letter (#2240)
    • fix: {{ }} colorizedBracketPairs not working (#1759)
    • fix: fixed volar-base language servers executePluginCommand duplicate registration error
    • fix: avoid throw on un-exist workspace folder (#2039)
    • fix: ignore class, style attrs when v-bind exist (#2166)
    • fix: functional component type check not working when return type includes props property (#2206)
    • fix: v-slot error when noPropertyAccessFromIndexSignature is enabled (#2236)
    • fix: skipTemplateCodegen should ignore template slots emit (#2237)
    • fix: recursive closing of html tag edge cases (#2238) (#2247)
    • fix: double quotes not allowed in attribute value (#2250)
    • perf: embedded files on demand calculation not working

    1.0.16 (2022/12/20)

    • feat(component-meta): make schema.ignore accept functions (#2232)
    • feat: add volar.icon.splitEditors setting (#2163)
    • feat: support twoslash queries in .ts when using takeover mode
    • fix: fixed typescript-vue-plugin performance regression (#2228)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • fix(deps): bump @vueuse/core from 8.9.4 to 9.9.0

    fix(deps): bump @vueuse/core from 8.9.4 to 9.9.0

    Bumps @vueuse/core from 8.9.4 to 9.9.0.

    Release notes

    Sourced from @​vueuse/core's releases.

    v9.9.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v9.8.2

       🐞 Bug Fixes

        View changes on GitHub

    v9.8.1

       🐞 Bug Fixes

    • useStorage: Resume the watch after setting the value, fix loop updates  -  by @​antfu (c3851)
        View changes on GitHub

    v9.8.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v9.7.0

       🚀 Features

       🐞 Bug Fixes

    ... (truncated)

    Commits
    • 70f55d4 chore: release v9.9.0
    • 000fd62 fix(useFetch): doesn't work with formData payload (#2440)
    • ed64fce feat(useAsyncState): add onSuccess callbacks (#2562)
    • bb0fd59 fix(formatTimeAgo): typo foramtTimeAgo -> formatTimeAgo (#2568)
    • 4dea4be chore: release v9.8.2
    • 800f74f fix(useStorage): sync within page, close #1595
    • 30a43b2 chore: release v9.8.1
    • c3851b4 fix(useStorage): resume the watch after setting the value, fix loop updates
    • d4c5933 chore: release v9.8.0
    • 7b3db82 feat(onClickOutside): allow selector strings for ignore list (#2439)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.17

    chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.17

    Bumps vue-tsc from 0.38.9 to 1.0.17.

    Changelog

    Sourced from vue-tsc's changelog.

    1.0.17 (2022/12/26)

    • feat: support syntax highlighting for lang="json5" (#2244)
    • feat: support for generating virtual file from multiple sources (#2253)
    • feat: display mapping data on hover for virtual document
    • feat: re-support component semantic token (#2252)
    • fix(vue-tsc): cannot resolve hook path from extends options
    • fix: fixed workspace configs caching not working edge case (#2062)
    • fix: cannot find volar.config.js for sub folder tsconfig project
    • fix: emmet abbreviation suggestion keeps disappearing every third letter (#2240)
    • fix: {{ }} colorizedBracketPairs not working (#1759)
    • fix: fixed volar-base language servers executePluginCommand duplicate registration error
    • fix: avoid throw on un-exist workspace folder (#2039)
    • fix: ignore class, style attrs when v-bind exist (#2166)
    • fix: functional component type check not working when return type includes props property (#2206)
    • fix: v-slot error when noPropertyAccessFromIndexSignature is enabled (#2236)
    • fix: skipTemplateCodegen should ignore template slots emit (#2237)
    • fix: recursive closing of html tag edge cases (#2238) (#2247)
    • fix: double quotes not allowed in attribute value (#2250)
    • perf: embedded files on demand calculation not working

    Out Gold Sponsors

    Out Silver Sponsors

    1.0.16 (2022/12/20)

    • feat(component-meta): make schema.ignore accept functions (#2232)
    • feat: add volar.icon.splitEditors setting (#2163)
    • feat: support twoslash queries in .ts when using takeover mode
    • fix: fixed typescript-vue-plugin performance regression (#2228)
    • fix: deleting space for {{ |}} become {{ | }} (#2222)
    • fix: dynamic slot name type <slot :name="(name as 'a' | 'b')" /> not working (#2233)
    • fix: typed template slots missing when template only exist dynamic slots (#2233)
    • fix: fixed template Type 'void' has no call signatures errors (#2225)
    • fix(vue-tsc): shim vue-tsc/out/proxy.js for vite-plugin-checker (fi3ework/vite-plugin-checker#193)
    • perf: rewrite typescript-vue-plugin for much better performance and fixed path resolve edge case (#2137)

    1.0.14 (2022/12/18)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.22

    chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.22

    Bumps vue-tsc from 0.38.9 to 1.0.22.

    Changelog

    Sourced from vue-tsc's changelog.

    1.0.22 (2023/1/5)

    • fix: document folding ranges not working in .ts

    1.0.21 (2023/1/5)

    • fix: cannot jump to .vue definition from .ts with takeover mode
    • fix: cannot detect @volar/vue-language-plugin-pug installed (#2272)
    • fix: ignore incremental update for v-for expression (#2266)
    • fix: auto insert spaces for {{}} not working
    • fix: completion in template inserts stray leading dot (#2155)
    • fix: if source document EOL is \r\n, virtual document mapping decorations range incorrect

    Our Gold Sponsors

    Our Silver Sponsors

    1.0.20 (2023/1/4)

    • feat: support browser navigation for embedded preview
    • feat: released pug extension (#2274)
    • feat: add volar.takeOverMode.extension setting for choice extension that takeover *.ts language support
    • fix(typescript-vue-plugin): can't always get latest status of .vue files (#2271)
    • fix: multi-line template interpolation formatting indentation incorrect
    • refactor(framework): simplify LanguageServerPlugin api and dependency injection connection (#2273)
    • refactor(framework): combine createLanguageService and createDocumentService

    1.0.19 (2022/12/31)

    • feat: add experimentalAdditionalLanguageModules option for vueCompilerOptions (#2267)
    • fix: TS typescript/javascript.preferences.autoImportFileExcludePatterns setting not working
    • fix: formatting not working for extra vue file extensions (#2263)
    • fix(doctor): accidentally report @vue/compiler-dom warning (#2262)
    • fix(vue-component-meta): required property incorrect (#2256)
    • fix(preview): cannot start preview if project never start run vite server (#2223)
    • fix: references codeLens not working

    1.0.18 (2022/12/26)

    • feat: check deprecated properties for vueCompilerOptions in tsconfig

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump unplugin-vue-router from 0.0.21 to 0.3.0

    chore(deps-dev): bump unplugin-vue-router from 0.0.21 to 0.3.0

    Bumps unplugin-vue-router from 0.0.21 to 0.3.0.

    Release notes

    Sourced from unplugin-vue-router's releases.

    v0.3.0

    Please refer to CHANGELOG.md for details.

    v0.2.3

    Please refer to CHANGELOG.md for details.

    v0.2.2

    Please refer to CHANGELOG.md for details.

    v0.2.1

    Please refer to CHANGELOG.md for details.

    v0.2.0

    Please refer to CHANGELOG.md for details.

    v0.1.2

    Please refer to CHANGELOG.md for details.

    v0.1.1

    Please refer to CHANGELOG.md for details.

    v0.1.0

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from unplugin-vue-router's changelog.

    0.3.0 (2023-01-03)

    Bug Fixes

    • build: remove DEV (a50b713)
    • read name and path from definePage (dffcc61), closes #74

    Features

    0.2.3 (2022-10-05)

    Bug Fixes

    0.2.2 (2022-09-30)

    Bug Fixes

    • types: for auto import (49ffe81)
    • types: remove trailing slash in path for nested routes (f0cfb36), closes #70

    Features

    0.2.1 (2022-08-27)

    Bug Fixes

    0.2.0 (2022-08-26)

    Introducing Experimental Data fetching

    Refer to https://github.com/posva/unplugin-vue-router/tree/main/src/data-fetching for up to date information on how to use the data fetching.

    Bug Fixes

    Features

    • add setupNavigationGuard options (0656e35)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • fix(deps): bump @vueuse/core from 8.9.4 to 9.10.0

    fix(deps): bump @vueuse/core from 8.9.4 to 9.10.0

    Bumps @vueuse/core from 8.9.4 to 9.10.0.

    Release notes

    Sourced from @​vueuse/core's releases.

    v9.10.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v9.9.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v9.8.2

       🐞 Bug Fixes

        View changes on GitHub

    v9.8.1

       🐞 Bug Fixes

    • useStorage: Resume the watch after setting the value, fix loop updates  -  by @​antfu (c3851)
        View changes on GitHub

    v9.8.0

       🚀 Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • fix(deps): bump @vueuse/components from 8.9.4 to 9.10.0

    fix(deps): bump @vueuse/components from 8.9.4 to 9.10.0

    Bumps @vueuse/components from 8.9.4 to 9.10.0.

    Release notes

    Sourced from @​vueuse/components's releases.

    v9.10.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v9.9.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v9.8.2

       🐞 Bug Fixes

        View changes on GitHub

    v9.8.1

       🐞 Bug Fixes

    • useStorage: Resume the watch after setting the value, fix loop updates  -  by @​antfu (c3851)
        View changes on GitHub

    v9.8.0

       🚀 Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump vite-plugin-pwa from 0.12.8 to 0.14.1

    chore(deps-dev): bump vite-plugin-pwa from 0.12.8 to 0.14.1

    Bumps vite-plugin-pwa from 0.12.8 to 0.14.1.

    Release notes

    Sourced from vite-plugin-pwa's releases.

    v0.14.1

       🐞 Bug Fixes

        View changes on GitHub

    v0.14.0

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v0.13.3

       🐞 Bug Fixes

        View changes on GitHub

    v0.13.2

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v0.13.1

       🐞 Bug Fixes

        View changes on GitHub

    v0.13.0

       🚨 Breaking Changes

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump vitest from 0.18.1 to 0.26.3

    chore(deps-dev): bump vitest from 0.18.1 to 0.26.3

    Bumps vitest from 0.18.1 to 0.26.3.

    Release notes

    Sourced from vitest's releases.

    v0.26.3

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v0.26.2

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v0.26.1

       🚀 Features

       🐞 Bug Fixes

        View changes on GitHub

    v0.26.0

       🚨 Breaking Changes

    • vite-node: Rewrite how vite-node resolves id  -  by @​sheremet-va in vitest-dev/vitest#2463 (58ee8)
    • Correctly interop nested default for external and inlined modules  -  by @​sheremet-va in vitest-dev/vitest#2512 (084e9)
      • If your environment is node, Vitest will not resolve invalid named exports (exports that are on "default" property will not magically appear as named exports), unless deps.interopDefault is enabled, or dependency is in deps.inline. This change doesn't affect jsdom, happy-dom or edge environments.
    • web-worker: Make web-worker implementation more compatible with spec  -  by @​sheremet-va in vitest-dev/vitest#2431 (c3a63)
      • Messages are now cloned with structuredClone, if it's available, or fallbacks to a polyfill.
      • Added support for SharedWorker

    ... (truncated)

    Commits
    • 8d64790 chore: release v0.26.3
    • dba1337 fix(coverage): env-replacer to remove query params from sourcemaps filenames ...
    • 32a577b fix: show list of tests when typechecking (#2585)
    • c479d9c fix: don't hang when mocking module with circular dependency (#2572)
    • 9f41edd fix: start tracking module resolution as soon as possible for easier tracking...
    • ef77dcc fix(api): make api parse error stacks and return sourcePos in onTaskUpdate (#...
    • 853eedd feat(mock): expose a importOriginal helper to the factory (#2551)
    • 07ef0f2 chore: release v0.26.2
    • f6b592a fix(cli): respect inline config dir (#2550)
    • 84f98e7 feat: project name
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
Owner
Christopher Reeve
Hey! My name is Christopher Reeve. I'm a Front-end engineer from indonesia. let's keep in touch!
Christopher Reeve
Opinionated Vite + Vue 3 + TypeScript + Tailwind CSS starter.

Vite Typescript + Tailwind Starter Simple, opinionated, and production-ready TS + Tailwind project template for Vite 2. See changelog for latest chang

Ville Säävuori 284 Jan 8, 2023
Vite-starter - Vueform Vite + TailwindCSS 3 Boilerplate

Vueform Vite + TailwindCSS 3 Boilerplate Last tested with Vite 2.7.13. Installat

Vueform 4 Feb 8, 2022
Vue 3 boilerplate starter based on Vite and Tailwindcss 2

vite-wind WIP ?? ?? ?? It's a Vue 3 boilerplate based on Tailwindcss + Typescript + Vite + css-pro-layout, You could clone this repository and use the

Brahim 86 Dec 20, 2022
Resume generation template - Power by Vue3 + Vite + tailwindcss

简历生成模板 Vue3 + Vite + tailwindcss 功能 Web 端显示简历 打印成 PDF 通过 JSON 配置简历内容 使用方法 点击页面右上角的修改数据按钮,会弹出用于修改数据的文本框。 根据以下示例数据修改后点击弹出框的保存。

null 4 Aug 17, 2021
Emp-portal-vite - A template with Vue Router, VueX, TailwindCss and JIT Compiler

Vite + Vue + VueX + Vue Router + TailwindCss + JIT This template allows you to q

Rajiv Perera 1 Jan 29, 2022
Vite - Vue 2 starter template using composition-api and windiCSS

Vite ⚡ - Vue 2 starter template Create a Vue 2 application bundled by the lightning fast build tool Vite ✨ Live Demo ?? Features ⚡️ Vite 2, Vue 2 and

null 173 Dec 30, 2022
Starter template for Neutralino.js with Vite.js and Vue.js

Neutralino.js Template With Vite.js and Vue.js Neutralino.js Neutralino.js is a new competitor to Electron.js which is smaller and consumes tiny amoun

YoonesKh 46 Dec 6, 2022
A Tailwind CSS starter template for Vite

Vite + Tailwind CSS Starter A Tailwind CSS starter template for Vite Tailwind UI Users If you have access to Tailwind UI, follow these steps to add it

Eduardo San Martin Morote 419 Dec 27, 2022
Vite 2.x + Vue 3.x + Tailwind 2.x (starter) ⚡

Vite 2.x + Vue 3.x + Tailwind 2.x starter ⚡ This starter template also includes: Vue Router 4.x Inter var font (self-hosted, woff2 format, version 3.1

Eugene Kopich 1k Oct 5, 2022
A starter kit for vue-cesium with Vite

element-plus-vite-starter A starter kit for vue-cesium generated by vue-cli This template should help get you started developing with Vue 3 and Typesc

zouyaoji 15 Oct 16, 2022
⚡️Starter template with Vite2 Vue3 and Electron 11.x /使用 Vite2 Vue3 以及 Electron 11.x 打造的快速启动模版。

vite-electron-quick ?? A fast Simple Vite2 Vue3 and Electron 11.x template. ⚡️ If you want to fast create a Vite 2 + Vue 3 + Electron 11.x project: ??

qicoo 150 Nov 1, 2022
A starter template for using vue-next with the latest electron.

Overview This repository contains the starter template for using vue-next with the latest electron. I started to learn electron & vue by the great pro

CI010 189 Dec 26, 2022
My personal website. Base on Vite 2.0 and Vue 3.0. If you want to know how to use Vite to develop a project, you can refer to this repository.

chengpeiquan.com My personal website. Base on Vite 2.0 and Vue 3.0. You can see Rewrite in vite to learn more. Architecture License MIT License © 2021

chengpeiquan 39 Dec 11, 2022
Very low cost dynamic themes in vite and Ant Design Vue. About using @zougt/vite-plugin-theme-preprocessor.

Vite + ant-design-vue about dynamic themes demo https://gitofzgt.github.io/vite-dynamictheme-antd-vue-demo/ Using the plugin @zougt/vite-plugin-theme-

ZGT 11 Dec 1, 2022
🎴 flip cards memory game for fun. Enjoy it. Building version...

npm init vite@latest npm init vite@latest my-vue-app -- --template vue npm install prettier -D --save-exact and add prettier to format code when save

Tran Nguyen Thuong Truong 2 Jan 14, 2022
This template should help get you started developing with Vue 3 and Typescript in Vite.

Underscore_ Voici la homepage du podcast ! Vue 3 + Typescript + Vite This template should help get you started developing with Vue 3 and Typescript in

Micode 20 Oct 28, 2022
Tauri + Vite + Vue 3 + Vuetify 3 desktop app template

Vite Tauri Template This is a starter template for those who want to make a desktop application with web technologies. This template uses the below st

YoonesKh 212 Jan 8, 2023
👻 A fast Simple Vite 2, Vue 3 and Electron 13.x template.

?? A fast Simple Vite 2, popular front-end frameworks and Electron 13.x template. This template should help get you started developing with Vite 2, popular front-end frameworks and Typescript in Electron.

Albert Channel Sky 61 Jan 8, 2023
Vite Vant Template 是一个免费开源的移动端模版。使用了最新的`vue3`,`vite2`等主流技术开发,开箱即用的移动端解决方案

简介 Vite Vant Template 是一个免费开源的移动端模版。使用了最新的vue3,vite2等主流技术开发,开箱即用的移动端解决方案,也可用于学习参考。 特性 最新技术栈:使用 Vue3/vite2 等前端前沿技术开发 Mock 数据 内置 Mock 数据方案 预览 没有梯子的可移步码云

null 23 Dec 8, 2022