Vuely
  • Introduction
  • Folder Structure
  • Vuely VueJs
    • Different Layouts
      • Adding Menu In Different Layouts
    • Installation
    • Adding New Component
    • Translate The App(Multi Language Support)
    • Adding New Widgets
    • Themes
    • Style Customization
    • Build an App from Scratch
    • Seed Project
    • Deployment
    • UI Components
      • Buttons
      • Cards
      • Selection controls
      • Carousel
      • Chips
      • Date/Month Pickers
      • Dialog
      • Grid
      • Input / Text field
      • List
      • Menu
      • Progress
      • Banner
      • Select
      • Slider
      • Tabs
      • Toolbar
      • Timepicker
      • Forms
  • Vuely-Laravel
    • Folder Structure
    • Installation Vuely-Laravel
    • Customization
  • Vuely-Laravel with Api Authentication
    • Getting Started
    • Passport Authentication
    • Run Vuely-Laravel-Passport
  • Vuely ExpressJs
    • Folder Structure
    • Installation
    • Layouts
    • Style Customization
    • Deployment
    • Translate the App
    • Browsers Compatibilty
    • Credits
  • Vuely Angular Version
    • Folder Structure
    • Installation
    • Layouts
    • Adding/Deleting Menu & Component
    • RTL
    • Deployment
  • Credits
  • Template Update
  • FAQ's (Frequently Asked Questions)
  • Changelog
  • Customer Support
Powered by GitBook
On this page
  1. Vuely ExpressJs

Folder Structure

|-- Vuely-expressjs #Contains the development version of Vuely Expressjs Materialize Admin Template
  |-- authentication #Authentication details
    |-- firebase #firebase
    |-- auth0    # auth0
  |-- bin        # bin directory
    |-- www      # creating server
  |-- config     # handlerbars configration
  |-- helpers    # Contains handlebars custom helpers
  |-- lang       # Contains translation variables of locales 
  |-- public     # Contains static content.
    |-- css        # Css
    |-- images     # Images
    |-- javascripts # Javascripts
    |-- plugins     # Plugins
    |-- sass        # Saas
    |-- webfonts    # Webfonts
    |-- favicon.ico # Favicons 
  |-- routes     # rotues
    |--default   # default dashboard routes
    |--session   # session pages routes
  |-- views      # Include App views
    |-- calendar # Calendar page
    |-- charts   # Charts page
    |-- dashboard # Ecommerce Dashboard
    |-- ecommerce # shop pages
    |-- editors   # editors page
    |-- forms     # forms page
    |-- icons     # icons page
    |-- layouts   # three layouts 
      |-- auth.hbs # for session page
      |-- main.hbs # main layout
      |-- lockscreen # for lock screen page.
    |-- maps     # map page
    |-- pages    # blog, gallery etc. page 
    |-- partials # contains header,sidebar,charts,widgets
    |-- session # session pages
    |-- tables # tables page
    |-- ui-elements # ui-elements pages
    |-- users       # users page
    |-- widgets     # widgets page
    |-- error.hbs  #error page
  |-- app.js     # main file
  |-- package.json          # package.json
  |-- package-lock.json     # package-lock.json
  |-- .gitignore            # gitignore
  |-- .env                  # env variable  
PreviousVuely ExpressJsNextInstallation

Last updated 6 years ago