Skip to content

MoskalenkoM/bookstore-vuejs

Repository files navigation

BOOKSTORE VUE.JS (front)

The build for start development a SPA on Vue.js

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.14.0
  • run npm i in root frontend directory for build web application
  • deploying files index.html, favicon.svg, manifest.json and directory dist with all content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published