UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

7 lines (6 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path = require("path"); exports.ASSETS_DIRECTORY = path.resolve(__dirname, 'assets'); exports.PROJECT_FILE = 'ionic.config.json'; exports.PROJECT_TYPES = ['angular', 'ionic-angular', 'ionic1', 'custom', 'react', 'vue'];