Code Monkey home page Code Monkey logo

vuejs-architecture-features's Introduction

Vue.js architecture sample: features

This is a sample architecture for Vue.js projects based on features, one folder per feature.


npm packages used:

  • vuex - data store
  • vue-router - routing
  • vue-axios - backend calls
  • axios-mock-adapter - mocking api calls

Folders structure:



The features folder:

  • feature - one folder per feature
  • shared - will contain shared functionalities
    • components - shared components used by multiple features
    • services - shared services used by multiple features

The feature folder structure:

  • *.vue - files to hold the vue pages and components
  • services.js - file to contain all the api calls and any logic functions needed by the feature
  • store.js - file to contain the vuex store of the feature and only for that feature

Global folders:

  • router - contains all the routes of the application
  • store - contains the global store where the features stores are imported and global state
  • mock-server(file) - contains mocks for the apis used in the application. The mocks are disabled automaticaly when environment != development

For api mocking, the following axios package was used: axios-mock-adapter

Project setup

npm install

or

yarn

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.



Happy coding!,
@Imhotepp

vuejs-architecture-features's People

Contributors

imhotepper avatar

Watchers

 avatar  avatar

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.