Folder Structure

Once you download the template from ThemeForest, you will find the below folder structure in the package

Folder Structure:
dist:

The distribution (production) version of Vuely

documentation:

The online documentation link of vuely that you reading right now.

README.md:

It has some helpful steps to start project.

Seed:

Contains the seed version of Vuely Material Admin Template.

Vuely:

Contains the development version of Vuely Material Admin Template. The main theme that your are saw on demo url.

In this folder there are lots of subfolder and files are there. To more understand check out the following:

├── vuely          # Contains the development version of Vuely Material Admin Template.
  ├── public       # Contains static assets and index.html
  ├── src          # Source Directory
    ├── api                  # Include App APi
    ├── assets               # Include App Assets and Styles
    ├── auth                 # include Auth
    ├── components           # Include App Components
    ├── constants            # Include Constants
    ├── container            # Include App Layouts
    ├── firebase             # Firebase
    ├── helpers              # Include helpers methods
    ├── lang                 # Include app localize strings
    ├── lib                  # Include app lib
    ├── router               # Include app routes
    ├── store                # vuex store
    ├── themes               # Include App themes
    ├── views                # Include App views
    ├── App.vue              # App.vue
    ├── globalComponents.js  #include global components
    ├── index.js             # Entry point
  ├── tests        # tests directory
  ├── browserslistrc        # browserslistrc        
  ├── babel.config.js       # babel.config.json 
  ├── package.json          # package.json
  ├── package-lock.json     # package-lock.json
  ├── postcss.config.js     # postcss.config.css
  ├── README.md             # README.md
  ├── .gitignore            # gitignore
  ├── vue.config.js     # Webpack Config
vuely-laraval:

Contains the laravel version of Vuely Material Admin Template.

Vuely-laraval-passport-authentication:

Contains laraval passport authentication for login and other session authentication

vuely-laraval-seed:

Vuely laraval seed, Contains the seed version of Vuely laraval version.

vuely-expressJs:

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

vuely-angular:

Contains angular version files and folders

2
2
Last Updated 5 years ago
Generic selectors
Exact matches only
Search in title
Search in content
Search in posts
Search in pages