Giter Site home page Giter Site logo

halasproject / vue-shell Goto Github PK

View Code? Open in Web Editor NEW
47.0 2.0 10.0 1.22 MB

Component VueJS to simulate a terminal.

License: MIT License

JavaScript 16.52% Vue 83.48%
vuejs vue component vue-plugin shell terminal vue-terminal vue-shell cmd terminal-js

vue-shell's Issues

New input field appears before the last cmd returning results.

In some situation, it might take several seconds to execute my command that prompted in the vue-shell. In this case, new input field appears before the results returned. Is there any ways that force the shell not gives new input field before last result returned ?

Error when building SPA with quasar

Hey, first of all, really nice plugin.

I'm trying to include your plugin through my quasar env and as long as I'm in dev there is no issue but when i try to compile it for prod it throw me the errors below:

[vite:css] You should write display: flex by final spec instead of display: box
24 |    -moz-box-orient: horizontal;
25 |    -moz-box-align: stretch;
26 |    display: box;
   |    ^
27 |    box-orient: horizontal;
28 |    box-align: stretch;
[vite:css] You should write display: flex by final spec instead of display: box
40 |    display: -webkit-box;
41 |    display: -moz-box;
42 |    display: box;
   |    ^
43 |    box-pack: center;
44 |    box-orient: vertical;
Error when using sourcemap for reporting an error: Can't resolve original location of error.
'pushScopeId' is not exported by node_modules/vue-shell/node_modules/vue/dist/vue.runtime.esm.js, imported by node_modules/vue-shell/src/v-shell.vue
file: /data/neon-freaks.com/node_modules/vue-shell/src/v-shell.vue:166:285
164: };
165:
166: import { openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, vModelText as _vModelText, withKeys as _withKeys, withDirectives as _withDirectives, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue"
                                                                                                                                                                                                                                                                                                  ^
167:
168: const _withScopeId = n => (_pushScopeId("data-v-4259adda"),n=n(),_popScopeId(),n)
/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:198
        base = Object.assign(new Error(base.message), base);
                             ^

Error: 'pushScopeId' is not exported by node_modules/vue-shell/node_modules/vue/dist/vue.runtime.esm.js, imported by node_modules/vue-shell/src/v-shell.vue
    at error (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:198:30)
    at Module.error (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:12543:16)
    at Module.traceVariable (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:12902:29)
    at ModuleScope.findVariable (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:11554:39)
    at ReturnValueScope.findVariable (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:6486:38)
    at Identifier.bind (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:7553:40)
    at CallExpression.bind (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:5383:23)
    at CallExpression.bind (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:9049:15)
    at SequenceExpression.bind (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:5379:73)
    at ArrowFunctionExpression.bind (/data/neon-freaks.com/node_modules/rollup/dist/shared/rollup.js:5383:23) {
  code: 'MISSING_EXPORT',
  url: 'https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module',
  id: '/data/neon-freaks.com/node_modules/vue-shell/src/v-shell.vue',
  pos: 4349,
  loc: {
    column: 285,
    file: '/data/neon-freaks.com/node_modules/vue-shell/src/v-shell.vue',
    line: 166
  },

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.