Skip to content

Webpack build fail #1

@achuthhadnoor

Description

@achuthhadnoor

image
how to resolve this need help

my main js file

import Vue from 'vue';
import VueRouter from 'vue-router';
Vue.use(VueRouter);
import VueAxios from 'vue-axios';

import axios from 'axios';
Vue.use(VueAxios, axios);

import App from './App.vue';

const router = new VueRouter({ mode: 'history' });
new Vue(Vue.util.extend({ router },App)).$mount('#app');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions