Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

An administration frontend for Plume Admin with AngularJS

License

Notifications You must be signed in to change notification settings

Coreoz/Plume-admin-ui-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is not maintained anymore. AngularJs should not be used for any new project. This sample Plume Admin project is replaced by Create Plume React Project which enables to quickly create a React administration frontend ⚠️

Plume Admin UI - AngularJS

Plume Admin UI is a JavaScript frontend for Plume Admin. It is written with AngularJS.

/!\ Note that the JS frontend AngularJS application is updated only to the minimum to get the demo working. To build an admin frontend, you should use React or the latest version of Angular.

Installation

  1. Install Node.js and Yarn if they are not already installed
  2. Install Gulp globally: yarn global add gulp --prefix /usr/local
  3. Install the application JS dependencies: yarn install
  4. Run the application: yarn start

If a server with Plume Admin is running localy on http://localhost:8080, then the Plume Admin UI application can be reached on http://localhost:3000.

As a reminder, in the login screen the default credentials are:

  • login: admin
  • password: admin

Building the JS application

Run the command yarn build to build the application.

Generated files will be available in the dist folder.

About

An administration frontend for Plume Admin with AngularJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published