Landing page template for Vue.js.
npm install
npm run serve
npm run build
npm run test
npm run lint
To deploy with Netlify you just need to create a repository and copy the whole content of the Vue
folder. Then, create a new site from Git in Netlify to deploy the app. We have included a netlify.toml
file to allow you deploying without configuring anything.
In order to deploy with Heroku, we have added a server.js
file in the root and a start
script in the package.json
file to be run once Vue.js installs dependencies (express is required as a dependency in the package.json
file).