Folder Structure
Last updated
Last updated
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.