GithubHelp home page GithubHelp logo

maoamei / quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sencha-extjs-examples/quickstart

0.0 0.0 0.0 17 KB

Ext JS Quick Start application example

JavaScript 92.90% HTML 7.10%

quickstart's Introduction

Taking QuickStart to Production

Let's walk through the steps of creating the app we've been working on above in a real world environment.

Download the Ext JS Framework

If you have not already done so, download and unpack the Ext JS framework from either the Products section of the main Sencha website (www.sencha.com) or from the downloads section of the Sencha Support portal.

Download the Sample Application

You can download from Github by clicking the green "Clone or Download" button. Then just click "Download Zip" and save the file to your machine.

Once downloaded, move the folder to wherever you'd like your application to live.

Add Sencha Cmd to your App

Once you have your application where you want it, "cd" into its directory in your Command Line Interface (CLI). Then, issue the following command:

sencha app install --framework=/path/to/extjs/

This command will update your folder with Sencha Cmd's application scaffold that allows your application to benefit from Sencha Cmd's many features.

Note: "/path/to/extjs/" should be replaced with the path to wherever you unzipped the Ext JS framework on your machine.

Build Your Application

Finally, run the following command to build the application:

sencha app build

You can now visit your application at its local address on your web server.

Alternatively, you can run this command so that Sencha Cmd will provide a web server for you:

sencha app watch

You can now visit the resulting address displayed in your console. It will usually be found here:

http://localhost:1841/

quickstart's People

Contributors

dbuhrman avatar dongryphon avatar kkrohe avatar

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.