Skip to content

A walkthrough of Vue CLI 3's feature set with a focus on Plugin Development

Notifications You must be signed in to change notification settings

VueDC/vue-cli-3-walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue CLI 3 Walkthrough

About

Created: October 17, 2018

Speaker: Christian Guirreri (@politicochris)

Resources

To Do

Questions

  • Does preset.json need to be in the root of the git repository in order for it to work?
    • In the case of this repo, the plugin's root folder and preset.json is located at vue-cli-3-walkthrough/examples/plugin-development-101/vue-cli-plugin-init-example/. When running vue create with this path, the return is 404:
       vue create -p github:vuedc/vue-cli-3-walkthrough/examples/plugin-development-101/vue-cli-plugin-init-example my-project
      
    • When adding --clone to the above statement, the return is Error: 'git clone' failed with status 128
    • If the preset.json is in the root of the repo, the following works as expected:
       vue create -p github:vuedc/vue-cli-3-walkthrough my-project
      
  • Does the download-git-repository package support private BitBucket servers?
    • I have not been able to get any of the remote preset functionality to work with our private BitBucket server, either with vue create or with download-git-repository so the problem may be with the latter.

About

A walkthrough of Vue CLI 3's feature set with a focus on Plugin Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published