mojizze / AspWithVueComponents

Using vue components with ASP.NET Core applications
1 stars 0 forks source link

Vue 2 to Vue 3 #28

Open planyway opened 1 year ago

planyway commented 1 year ago

I know that you need to add .vue() to webpack.mix.js, but what else is needed to modify the code in app.js, so that we can update this project?

planyway commented 1 year ago
{
    "name": "AspWithVueComponents",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "prod": "npm run production",
        "production": "mix --production"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "axios": "^1.2.4",
        "cross-env": "^7.0.3",
        "laravel-mix": "^6.0.49",
        "vue": "^3.2.45",
        "vue-loader": "^17.0.1",
        "vue-template-compiler": "^2.7.14"
    }
}

Please update your package.json, if you think the above codes look ok.