Download the PHP package aki/yii2-app-nuxt without Composer
On this page you can find all versions of the php package aki/yii2-app-nuxt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aki/yii2-app-nuxt
More information about aki/yii2-app-nuxt
Files in aki/yii2-app-nuxt
Package yii2-app-nuxt
Short Description Yii 2 Basic Project Template Nuxtjs
License BSD-3-Clause
Homepage http://www.yiiframework.com/
Informations about the package yii2-app-nuxt
Yii 2 Basic Project Template Nuxtjs
Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.
The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application.
DIRECTORY STRUCTURE
assets/ contains assets definition
client/ contain nuxtjs project
commands/ contains console commands (controllers)
config/ contains application configurations
controllers/ contains Web controller classes
mail/ contains view files for e-mails
models/ contains model classes
runtime/ contains files generated during runtime
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources
REQUIREMENTS
The minimum requirement by this project template that your Web server supports PHP 5.6.0.
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project aki/yii2-app-nuxt basic
Now you should be able to access the application through the following URL, assuming basic
is the directory
directly under the Web root.
Installation
composer create-project aki/yii2-app-nuxt basic
php yii migrate
npm install
Usage
Development
You can access your application at http://localhost:3000
.
Production
All versions of yii2-app-nuxt with dependencies
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0