]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/log
thirdparty/vuejs/create-vue.git
3 years agofix: should exclude unit tests from type checking
Haoqun Jiang [Mon, 26 Jul 2021 11:20:15 +0000 (19:20 +0800)] 
fix: should exclude unit tests from type checking

1. there's a bug in `@cypress/vue` at the moment https://github.com/cypress-io/cypress/issues/17480
2. no need to fail the whole build process only because of a type error
in a spec file.

We may add a specific command to typechecking the spec files later

3 years agofeat: add tests in default templates
Haoqun Jiang [Mon, 26 Jul 2021 11:19:59 +0000 (19:19 +0800)] 
feat: add tests in default templates

3 years agofix: enable `skipLibCheck` option
Haoqun Jiang [Mon, 26 Jul 2021 09:00:11 +0000 (17:00 +0800)] 
fix: enable `skipLibCheck` option

3 years agofeat: add jsconfig.json for javascript template
Haoqun Jiang [Mon, 26 Jul 2021 08:59:22 +0000 (16:59 +0800)] 
feat: add jsconfig.json for javascript template

3 years agofeat: implement the `create-vue` command (no readme or cli argument support yet)
Haoqun Jiang [Sun, 25 Jul 2021 15:19:47 +0000 (23:19 +0800)] 
feat: implement the `create-vue` command (no readme or cli argument support yet)

3 years agorefactor: rename `source` folder to `code`
Haoqun Jiang [Fri, 23 Jul 2021 07:12:07 +0000 (15:12 +0800)] 
refactor: rename `source` folder to `code`

3 years agofeat: add source code to all templates
Haoqun Jiang [Fri, 23 Jul 2021 07:11:02 +0000 (15:11 +0800)] 
feat: add source code to all templates

3 years agowip: basic structure
Haoqun Jiang [Fri, 23 Jul 2021 06:03:21 +0000 (14:03 +0800)] 
wip: basic structure

4 years agoInitial commit
Haoqun Jiang [Wed, 14 Jul 2021 07:58:56 +0000 (15:58 +0800)] 
Initial commit