Giter VIP home page Giter VIP logo

wear's Introduction

weAR

Bring a clothing store in your room

Build Setup

# install dependencies
npm install

# build Vue components and pages for serving
npm run build

# run server
npm run start

The second step must be repeated each time a page or a component is modified because we need WebPack to be able to track all changes to those files.

Code Structure

components contains all the Vue.js components we want to reuse, e.g. Header, Footer, Clothing Item, etc.

pages contains one folder per page of our application. Each folder must contain at least:

  • one HTML whose name must be the same of the page's folder
  • one App.vue file which needs to provide the page's layout in a Vue style
  • one main.js which is the page's entry point. It must include the App.vue file in order for WebPack to properly parse it Among the mentioned files, only the HTML ones are visible to the user (look at server.js for more informations)

public contains all the public resources, e.g. images, style sheet files, etc.

wear's People

Contributors

giuseppecoccia avatar lomluca avatar marioguerriero avatar paolo-moriello avatar

Watchers

 avatar  avatar

Forkers

paolo-moriello

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.