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 Angular Version

Folder Structure

PreviousVuely Angular VersionNextInstallation

Last updated 6 years ago

Once you have purchased the vuely from Themeforest and downloaded the package on your system, you will find vuely angular folder and below is its the folder structure .

angular.json

This file is used as the configuration schema for the whole project.

karma.conf.js

The karma.conf.js file is a partial Karma configuration file. Contains the karma configurations used for executing your unit tests.

package.json

This file contains details about your application such as name, version, author etc, all your npm dependencies, npm commands and other configurations.

protractor.conf.js

Protractor is an end-to-end test framework for Angular and AngularJS applications.

src

The src/ subfolder contains the source files (app logic, data, and assets), along with configuration files for the app.

tsconfig.json

The tsconfig.json file allows you to specify the root level files and the compiler options that requires to compile a TypeScript project.

tslint.json

TSLint is an extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors.

.gitignore

A gitignore file specifies intentionally untracked files that Git should ignore.

Vuely Angular