Code Monkey home page Code Monkey logo

create-jqwidgets-angular-app's Introduction

create-jqwidgets-angular-app

Please refer to its documentation:

This project is based on Angular CLI.

Quick Overview

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

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

Getting Started

Installation

Install it once globally:

  npm install -g create-jqwidgets-angular-app

Creating an App

  create-jqwidgets-angular-app my-app
  cd my-app

It will create a directory called my-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.
Open http://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 the dist/ directory.

Why Use This?

If you’re getting started with jQWidgets and Angular, using create-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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.