Vue.js with Grails using the TodoMVC example
$ vue init webpack vue-app
This will install Vue 2.x version of the template.
? Project name vue-app
? Project description Vue.js todoMVC front end for Grails
? Author basejump <[email protected]>
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? Yes
? Pick an ESLint preset Standard
? Setup unit tests with Karma + Mocha? Yes
? Setup e2e tests with Nightwatch? Yes
vue-cli · Generated "vue-app".
To get started:
cd vue-app
npm install
npm run dev
Documentation can be found at https://vuejs-templates.github.io/webpack
now npm run dev should work