Coder Social home page Coder Social logo

Omit angular from build about ngvue HOT 8 CLOSED

ngvue avatar ngvue commented on July 18, 2024
Omit angular from build

from ngvue.

Comments (8)

Jexordexan avatar Jexordexan commented on July 18, 2024 2

I found that fix in this bug: webpack/webpack#2134

from ngvue.

janwirth avatar janwirth commented on July 18, 2024 2

I fixed this by adding this to my webpack config

      alias: {
        angular: __dirname + "/vue/angular"
      },

and /vue/angular contains

module.exports = window.angular

from ngvue.

dorayx avatar dorayx commented on July 18, 2024

I have no option of including ngVue as script tag.

You could include ngVue with unpkg: https://unpkg.com/ngVue/build/index.js (or a mini field version: https://unpkg.com/ngVue/build/index.min.js)

sorry i didn't notice the no

Is there a way to initialize ngVue using require without also importing angular?

angular is treated as an external dependence and so it is not bundled with ngVue

:-)

Could you please provide more info about the issue?

from ngvue.

dorayx avatar dorayx commented on July 18, 2024

oh i know how to fix it
busy recently but i will figure it out in a few days

from ngvue.

janwirth avatar janwirth commented on July 18, 2024

If you note the steps here, maybe I can support you. I am currently migrating a 60k line SPA from ng1 to Vue + Vuex using ngVue :) I would love to contribute.

from ngvue.

janwirth avatar janwirth commented on July 18, 2024

I tried including directly from the src dir, but my compiler is dying on the JSX / template part. I could not mange to make the transformers work properly.

from ngvue.

Jexordexan avatar Jexordexan commented on July 18, 2024

@FranzSkuffka, Are you using webpack?

If so, this worked for me in my webpack config:

   alias: {
      'vue$': 'vue/dist/vue.esm.js',
      'angular': path.join('node_modules', 'angular')
    },

from ngvue.

janwirth avatar janwirth commented on July 18, 2024

Yes I am using webpack! I will try this out.

from ngvue.

Related Issues (20)

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.