Simple radial menu on vue.js

The build for start development

This build for the Vue.js


Used


Build setup

# clone repository
git clone path/to/repository

# install Node.js ^11.14.0
install on your PC (npm comes with node.js automatically)

# install dependencies in the root a project
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# more info to run project
package.json(scripts)

# more info for project dependencies
package.json(dependencies, devDependencies)

# more info on building the project
webpack.config.js

# other info
package.json

For detailed explanation on how things work, consult the docs for vue-loader.

Deploy

  • install Node.js ^11.10.0
  • run npm i in root frontend directory for install dependencies
  • run npm run build in root frontend directory for build web application
  • deploying files index.html, favicon.svg and directory dist with all files