Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://github.com/vuejs/vue-cli

feat(ui): ProjectCreate saves formData

d59b35e0896c4ca7a6ddf85e66863db08c64fad0 authored almost 7 years ago
refactor(ui): ProjectSelect now uses StepWizard

48a23aad54e959469b5e7b2b526012ceaebfd962 authored almost 7 years ago
refactor(ui): StepWizard next/previous now on scoped slot

7addd6869b737092e7196848b16fa4cfb12632be authored almost 7 years ago
test: fix jsx test

7cb01d06336730979e94225d5e2469ade87fc22c authored almost 7 years ago
fix: fix babel preset jsx dependency

2eb1ef97e4003499226c55ab36ef126c31d1218c authored almost 7 years ago
chore: 3.0.0-beta.5 changelog

b64433ec5180890f1bfb38cdb4571e70e2a24055 authored almost 7 years ago
v3.0.0-beta.5

c8750c62d505073e53fe892badbea871d417aa64 authored almost 7 years ago
chore: pre release sync

1a83ffa3219ef0967a1463bdab276e4ffbacf107 authored almost 7 years ago
feat(ui): Preset tab

45e3c82f0aab77e6c40e7222effbd40b4d6da26c authored almost 7 years ago
fix: resolve template extend source from the template location (fix #943)

89f5cc3fc853fbf3b2ac2a00dab3dd19b984cc7d authored almost 7 years ago
chore: update yarn.lock

41fee59d56603333ea711e7d5f13c0f410ff44f2 authored almost 7 years ago
fix: temporarily disable babel plugins that are not compatible with babel 7 yet

389ea864b09b52b46c3704e265e7fb6f4c2d1a42 authored almost 7 years ago
feat: allow specifying plugin versions in presets

bdce865e83e8cd156bd0f19240435eb72ebee5a9 authored almost 7 years ago
chore: 3.0.0-beta.4 changelog

eb39c91de156dd5fbbba69f14c583cfe4df1982b authored almost 7 years ago
v3.0.0-beta.4

3683b94ccc89ce76fd25272d2b3404c9f2086944 authored almost 7 years ago
chore: pre release sync

c66b0b28ae841635724330425afce1ecfef9b41f authored almost 7 years ago
chore: merge dev

ac50b82d0a89c1b5197f7376757aeaffeb45276e authored almost 7 years ago
ci: bump invoke test timeout

a4f9e5d908bd53bbe052a2100dfbd0d46db98bca authored almost 7 years ago
feat: read existing files during plugin invocation (close #873)

de60d9f23516d5305d1105fe414aa4197e4bee47 authored almost 7 years ago
chore: upgrade globby

dbbc96bacc2aad141f75f22366a720902707ec61 authored almost 7 years ago
refactor: allow Generator to accept inline files

5ae22a1ad4447eea4dd07e8c07f7281728134726 authored almost 7 years ago
fix: use same Puppeteer like in main package.json (#942)

* Use same Puppeteer like in main package.json

This prevent download two version of Puppeteer...

11192cf52ad9eea4326a615bc1282c9958270797 authored almost 7 years ago
feat(ui): Project Create details form

8399838538c2f74ce84926e4d8ba060bbcefa357 authored almost 7 years ago
docs: document remote presets

8ed439a4c644ac583055643d919c6e52a9484314 authored almost 7 years ago
feat: allow specifying additional configs in preset

2b9a7507b9d622ba2b3398f1636768aa2eb96ef1 authored almost 7 years ago
refactor: move more into pluginResolution util

4601cc34b2ce1b8343175326bf2cf831b89ffd6f authored almost 7 years ago
feat: support using remote preset (close #884)

2d89c51c2740245de7b5bc1670a434bfad7ae5cb authored almost 7 years ago
fix(ui): FolderExplorer favorites dropdown placement

1a711642fcfd52f979cf27cee5e2717b257bd798 authored almost 7 years ago
fix(ui): Project select page class

0a527d7970236cb4179728cd99c7ccb5eacda12d authored almost 7 years ago
feat(ui): FolderExplorer favorites + Project select page

376e4bbbf0548373e5a88849ae1cd37c58f68f5a authored almost 7 years ago
feat(ui): FolderExplorer list scrolling

ae0d8958cb3ee1bf2f4de84b6dff16f6779734b4 authored almost 7 years ago
feat(ui): FolderExplorer path edit + folder isPackage/isVueProject

08514ebc14de7392033ee2cb909f42b95cb5e71c authored almost 7 years ago
feat(ui): FolderExplorer

3333c943e3c3b3d24a39e48e9004941f35297b7e authored almost 7 years ago
feat(ui): Initial schema and folder API

1751ca1ab2feffef6aa6083697ad9db1f2410874 authored almost 7 years ago
chore: move add before invoke in commands

8b24ec6aba54aeab8ccc8ce190876dc69b2c7285 authored almost 7 years ago
Merge branch 'dev' of github.com:vuejs/vue-cli into feat-ui

1aee235f42378174981321098fd956fbd32e4de3 authored almost 7 years ago
refactor: use pluginResolution utils in more places, add tests

49e9cf2ce6b8dcf4af13c893023e64a8dd3977a1 authored almost 7 years ago
docs: update docs for adding plugins

983db9e58645c6e6f38febe91cedb51bfebd4b7e authored almost 7 years ago
refactor: use consistent plugin name resolution between add and invoke

78dcc7ac581c507b8a4609a6fa9743684f43536b authored almost 7 years ago
feat: add `vue add` command (#936)

* feat(bin): new 'add' command

* fix(add): Add a blank line

* Update installDeps.js

896aec557b280ca6abcabc88f949b06e3b965ba3 authored almost 7 years ago
refactor: extract plugin resolution into shared-utils

edff5b49feb29c819c007028d72f0ff777e0393d authored almost 7 years ago
feat: generatorAPI.exitLog (#935)

* feat(logger): add tag argument

* feat(generator): add `exitLog` api

* fix(generator): ex...

0f2ee80a100ff25141d9b454c8d7f9395a368b39 authored almost 7 years ago
fix(pwa): set cacheid in GenerateSW mode only (#939)

close #891

43971d89eec2462440d486131dec55fa218046b5 authored almost 7 years ago
fix: mock process for 3rd party libs (close #934)

a2ac6be36b3d5ade56e3362a4cb847a73e384e29 authored almost 7 years ago
feat: initialize project with corresponding CSS pre-processor (close #930)

811d0561b2c3f5606c232f1fc4d2fc4c88283d1b authored almost 7 years ago
feat(ui): Initial app

8947a450d513e63078f5729d47dcf84a7a0f4775 authored almost 7 years ago
docs: document generator template inehritance

1b85cdf67bf730e422b6c3d6ddab89b411d09b3d authored almost 7 years ago
test: tests for template inehritance

f065d18aec9d1520b37ce7de0e345158a3e90e28 authored almost 7 years ago
feat: Generator now supports template inheritance

1869aa2a203a939febbb5a465ccf5bfb8a65cdc0 authored almost 7 years ago
fix: fix pwa + ts + lint (close #937)

b87876702640246991b9a20b974bfbd2cb7e3652 authored almost 7 years ago
fix(test): e2e w/ typescript (#933)

* fix(typescript): when using router e2e fail

When using typescript and router, the pag retur...

b728624f7f60fe3ed3c6af97ddff332d842ddbb9 authored almost 7 years ago
chore: 3.0.0-beta.3 changelog

c1516c3ea5c933761f8795dd3f4ece3fd6e1a5d4 authored almost 7 years ago
v3.0.0-beta.3

28e3284895e2e1a55b7e811b3da656c1dc6d8311 authored almost 7 years ago
chore: pre release sync

54b51c008e4730554045731188016c45fd7b34c2 authored almost 7 years ago
fix: respect dotfiles in public dir (fix #880)

59ac4f418f1d32eeb21ae0e80b317011bb9d2481 authored almost 7 years ago
fix: fix options for css optimize plugin (close #918)

768110643d931afb25c48c9c7fb76d46bfaa0238 authored almost 7 years ago
fix: include root config files in lint (close #913)

c40a88d5057615c1ae350cd74acbfd08440e9d53 authored almost 7 years ago
fix: externalize vue-server-renderer + support dynamic import in mocha tests

fe9aed83bd3a1614f68327ae158ffffdef10b61d authored almost 7 years ago
chore: skip cd command in finish instructions if created in current dir

ee13f7cf50490cb0415bc38c0ffa3fafb35a2f8d authored almost 7 years ago
chore: shorten current directory prompt

8eb0bc8261ed2d744a3307aacfa2561c00a0db5a authored almost 7 years ago
feat: support dynamic import in jest tests (close #922)

09ed0b168a4b30d9aed9d0365f92ce4e3995fa05 authored almost 7 years ago
fix: respect --dest when copying static assets (close #909)

57ce32a7106ee8f66d869b5f7bb39d1957d4258e authored almost 7 years ago
fix: fix baseUrl normalization (close #900)

89982dff042aa41a8c76238dc59a657ae0e725bd authored almost 7 years ago
feat: support creating project in current directory (#916)

closes #896

6ae15690278ac379c976181250a6c22ca9669bb0 authored almost 7 years ago
chore: remove unnecessary glob in lint script

6e8384f1e77d42ff61c880fa21ddf2cda2457d99 authored almost 7 years ago
fix(tslint.json): linting of test(s) folder (#924)

tests were never tslinted becauve of a typo

549ff7fe39030dd84c8d7563c05d91d81397be67 authored almost 7 years ago
fix(tsconfig.json): typo in includes (#917)

The directory constaining tests (unit and e2e)
in vue cli is "tests" not "test"

6adc0b5dd97f2dcc5c80ae57d8ab148f2b51073e authored almost 7 years ago
fix(e2e): end to end test(s) folder (#923)

There was one more typo with the "test" folder regarding
e2e. It was preventing cypress from ru...

852d26c69834453ea26c8e4b32f4e9d1987ceccb authored almost 7 years ago
feat(css modules): Add CSS Module localIdentName option to vue config (#915)

Changed the vue config to take a user input option for CSS module localIdentName and default bac...

31cdc8636f59a6794d257f972d88b5661bf2a12c authored almost 7 years ago
fix(dev-server): dev server behind NAT network (#868)

(#828)Webpack dev client could not work when server is behind NAT network.

Now, the dev clien...

bbc931c285d3ceaa01743dc56ef7c96ddf06480f authored almost 7 years ago
test: fix vue.config.js test for appveyor

e4ff22a4de8f437089de2ace4d67e63f4a1262b2 authored almost 7 years ago
chore: 3.0.0-beta.2 changelog

3489e4d0af8bd2091136fd5483c896843b2db81a authored almost 7 years ago
v3.0.0-beta.2

626eb368894d3454c380adf2f1ec5f5ee226f34e authored almost 7 years ago
chore: pre release sync

932b1d7dd2da1182e42a4d50ebfe947c00b18200 authored almost 7 years ago
chore: fix grammar (#906)

Fix grammar

9b2d5dd96445d3c4924c0605d59205b121679d5b authored almost 7 years ago
docs: add example for build --mode env (#902)

* docs: add docs on using --mode with build command to use corresponding env vars

* Use the a...

9b1d37680091acd58dfa0c28c050171ab877f274 authored almost 7 years ago
test: fix vue.config.js tests

e6585633d438af2c3c8b15c916dace4b7980a517 authored almost 7 years ago
test: only load vue.config.js if it exists

bf9a30437aa0cafa125e7de94c50d4ac7fd97754 authored almost 7 years ago
test: bump write wait on CI

3070364b60ce46be84053f84e67ce4f57f55392c authored almost 7 years ago
fix: do not swallow vue.config.js errors

close #874, close #866

14a2dc725977f8cda7c2068390ab6955a0646dd8 authored almost 7 years ago
refactor: change default test directory name to "tests"

BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877

64b45157315599431cf4f9b2625d5d14fb50b19a authored almost 7 years ago
fix: ts generator & airbnb import/extensions rule compatibility

fix #871

88726a3c6011a45c141c75d84c813a495eeed9ff authored almost 7 years ago
fix: nightwatch helper compat with airbnb linter

close #870

f4d18417232bccab46cf87658a22786c1ff9ba63 authored almost 7 years ago
chore: remove unnecessary log

00ec67bc35fa2107e069ba48bcea8f438bf6f7cd authored almost 7 years ago
feat: preserveWhitespace: false

BREAKING CHANGE: preserveWhitespace now defaults to false in vue-loader options.

1864cef09e186cdf094fca876f8638a8ba1b4adb authored almost 7 years ago
fix: enable html doctype by default for pug

close #894

e15a930b306eee2e42b3504818f8be3de51f28f3 authored almost 7 years ago
chore: bump deps & fix tests

6e4870c6a11e774a4badd88bb2b2241d786a0784 authored almost 7 years ago
workflow: improve sync script

allow individual confirmation for each breaking update

061dcc6122cfa8a26fa6d5ae1bdb2fd15fd2cf25 authored almost 7 years ago
workflow: fix sync script

094681fd14f3335ae4afece60c5f4c8ea0c96f46 authored almost 7 years ago
feat: output help information on unknown CLI commands (#857)

close #849

cd238587dd173a3079b75f8f106b53a339878469 authored almost 7 years ago
fix: fix friendly-error plugin name typo (#882)

73ad2f844be51998b55ab0ee0802bb727dd5d2a2 authored almost 7 years ago
docs: chainWebpack & merge example of modifying loader options (#899)

e875d2cb11515391aa02b0be8b57aea43b89e76f authored almost 7 years ago
chore: fix typo's in comments (#898)

53a1fd1f37dc4e659e97097c9fc2d9f8d582542f authored almost 7 years ago
feat(cli-plugin-pwa): Upgrade workbox-webpack-plugin to 3.0.0-beta.1 (#897)

6d7985a2e3cbc79ff4ab83cd4e1b53a76f663bfc authored almost 7 years ago
fix(cypress): upgrade cypress and properly set base url (#879)

46358ebbab816c438327f384ea4153e9886922ee authored almost 7 years ago
feat: add ability to use environment variables in vue.config.js (#867)

92ddd097be1a188b4cc5d02b3784f2a8d228d210 authored almost 7 years ago
docs: demonstrate additional proxy option (#864)

Certainly not required, but knowing the `changeOrigin` option is available straight from your do...

b7320447f0704131b3909cfc2365a6c4242727e5 authored almost 7 years ago
chore: remove map coverage. (#866)

Bacause it's deprecated.

6ae22fa09e89b6fc58349d04c3b883c1f6fd6138 authored almost 7 years ago
Fix typos (#865)

* docs: fix typo

* chore: fix typo

b68c5b913546896673f00e66f9ee3bc6577a697d authored almost 7 years ago
feat: add default <noscript> content (#856)

Add some default content that can be seen by browsers where JavaScript
is disabled. See:
https...

a489803089c792f66f7dce7ec070e110e1e978da authored almost 7 years ago