Skip to content

urjeetpatel/che-vue-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

che-vue-cli

  • Create a project

    vue create hello-world

  • Create vue.config.js

    module.exports = {
        devServer: {
            disableHostCheck: true
        },
    }
  • Create Run Command

    • Command line
          cd  ${current.project.path}
          yarn serve
    • Preview URL
          http://${server.port.8080/tcp}

About

Vue-cli based image for use with Apache CHE or codeenvy.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors