aki/yii2-app-nuxt
Yii 2 Basic Project Template Nuxtjs
Maintainers
Requires
- php: >=5.6.0
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap: ~2.0.0
- yiisoft/yii2-swiftmailer: ~2.0.0 || ~2.1.0
Requires (Dev)
- codeception/codeception: ^4.0
- codeception/module-asserts: ^1.0.0
- codeception/module-filesystem: ^1.0.0
- codeception/module-yii2: ^1.0.0
- codeception/specify: ~0.4.6
- codeception/verify: ~0.5.0 || ~1.1.0
- symfony/browser-kit: >=2.7 <=4.2.4
- yiisoft/yii2-debug: ~2.1.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.1.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause fabd119f143e587a06e6e0346b347266c619c44e
frameworkbasicyii2project templatevuejsnuxtnuxtjsfront nuxtjs
README
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.
👁 Latest Stable Version
👁 Total Downloads
👁 Build Status
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 basicphp yii migratenpm install
Usage
Development
npm run dev
You can access your application at http://localhost:3000.
Production
npm run build
