Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create jQWidgets Angular App

NotificationsYou must be signed in to change notification settings

jqwidgets/create-jqwidgets-angular-app

Repository files navigation

Please refer to its documentation:

This project is based onAngular CLI.

Quick Overview

  npm i -g create-jqwidgets-angular-app   create-jqwidgets-angular-app my-appcd my-app  npm start

Then openhttp://localhost:4200/ to see your app.
When you’re ready to deploy to production, create a minified bundle withnpm run build.

Getting Started

Installation

Install it once globally:

  npm install -g create-jqwidgets-angular-app

Creating an App

  create-jqwidgets-angular-app my-appcd my-app

It will create a directory calledmy-app inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:

  my-app  ├── e2e  ├── node_modules  ├── src  ├── angular.json  ├── browserslist  ├── karma.conf.js  ├── package.json  ├── README.md  ├── tsconfig.app.json  ├── tsconfig.json  ├── tsconfig.spec.json  ├── tslint.json

Subfolders are not shown in order to keep it short.
Once the installation is done, you can run some commands inside the project folder:

Now, time for some commands:

npm start

Builds the app in development mode and starts a web server.
Openhttp://localhost:4200 to view it in the browser.
The page will reload if you make edits.

npm run build

Builds the app in production mode and stores it in thedist/ directory.

Why Use This?

If you’re getting started withjQWidgets andAngular, usingcreate-jqwidgets-angular-app is the easiest way to do this.
Just install, run and you will see an Angular jQWidgets Grid on your page.
Then you can customize the project as much as you want, making something great.

grid-img

About

Create jQWidgets Angular App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp