Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plentymarkets/plugin-terra-basic
DEPRECATED
https://github.com/plentymarkets/plugin-terra-basic
deprecated no-maintenance-intended
Last synced: 2 months ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/plentymarkets/plugin-terra-basic
- Owner: plentymarkets
- Created: 2016-11-08T09:53:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T14:41:58.000Z (over 1 year ago)
- Last Synced: 2024-04-10T18:11:06.450Z (10 months ago)
- Topics: deprecated, no-maintenance-intended
- Language: TypeScript
- Homepage:
- Size: 3.84 MB
- Stars: 2
- Watchers: 39
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
![plentymarkets Logo](http://www.plentymarkets.eu/layout/pm/images/logo/plentymarkets-logo.jpg)
Learn how to create your first plentymarkets plugin https://developers.plentymarkets.com/tutorials/angular-plugin
# Deprecated
This repository is now deprecated since the Terra-Components repository is no longer supported and also deprecated.
# plugin-terra-basic
This repository is based on the [Angular CLI](https://cli.angular.io/)
## Installation
1. **Clone this repo**
2. **Install the current nodejs LTS version from (https://nodejs.org/en/)**
3. **Run `npm i` within this project locally**## Run developer mode [docu](https://angular.io/cli/serve)
1. **Start project**
1. `ng serve`
2. **Open plugin in your Browser**
1. http://localhost:3002/## Build productive [docu](https://angular.io/cli/build)
**Build plugin** `ng build --prod`
## Unit testing [docu](https://angular.io/cli/test)
**Run the test suite** `ng test`
## Cross origin problems
if you getting some error relating to CORS you can use this [Chrome Plugin](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf)