https://github.com/ismailarilik/single-spa-angularjs-webpack-example
An Angular.js app with Webpack, to use within https://github.com/ismailarilik/single-spa-angular2-angularjs-example
https://github.com/ismailarilik/single-spa-angularjs-webpack-example
angularjs single-spa webpack
Last synced: about 2 months ago
JSON representation
An Angular.js app with Webpack, to use within https://github.com/ismailarilik/single-spa-angular2-angularjs-example
- Host: GitHub
- URL: https://github.com/ismailarilik/single-spa-angularjs-webpack-example
- Owner: ismailarilik
- License: isc
- Created: 2022-03-01T11:50:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T07:48:58.000Z (about 3 years ago)
- Last Synced: 2025-01-02T01:23:08.037Z (over 1 year ago)
- Topics: angularjs, single-spa, webpack
- Language: JavaScript
- Homepage:
- Size: 577 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angularjs-app
Angular.js app to use within a single-spa root-config
## Requirements
- Node.js v16
## Usage as a standalone app
```sh
# Install dependencies
npm install
# Build the app
npm run build
# Open dist/index.html in a browser
```
## Usage within a single-spa root-config
```sh
# Install dependencies
npm install
# Start the server
npm start
# Use http://localhost:8080/main.js in your root-config as a single-spa app.
```