aki/yii2-app-nuxt

Yii 2 Basic Project Template Nuxtjs

Maintainers

👁 akbarjoody

Package info

github.com/akbarjoudi/yii2-app-nuxt

Homepage

Issues

Forum

Wiki

Type:project

pkg:composer/aki/yii2-app-nuxt

Fund package maintenance!

Open Collective

Tidelift

Statistics

Installs: 239

Dependents: 0

Suggesters: 0

Stars: 5

2.0.37 2020-06-28 11:02 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause fabd119f143e587a06e6e0346b347266c619c44e

frameworkbasicyii2project templatevuejsnuxtnuxtjsfront nuxtjs


README

👁 Image

Yii 2 Basic Project Template Nuxtjs


demo Yii2 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 basic
  • php yii migrate
  • npm install

Usage

Development

npm run dev

You can access your application at http://localhost:3000.

Production

npm run build