You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate project with vue-router, my exact answers:
? Generate project in current directory? Yes
? Project name vue-app
? Project description A Vue.js project
? Author Jakub Bogucki <[email protected]>
? Vue build runtime
? Install vue-router? Yes
? Use ESLint to lint your code? No
? Setup unit tests No
? Setup e2e tests with Nightwatch? No
Install dependencies
edit src/routes/index.js:
remove import HelloWorld from '@/components/HelloWorld'
replace component: HelloWorld with component: () => import('@/components/HelloWorld')
build project for production
open dist/static/js/0.[hash].js
format it so you can see it well :)
somewhere in the file you should see something like that: