anton-gustafsson / aurelia-capacitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurelia Capacitor

codebeat badge

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Build the app in production mode

npm run build

It builds all files to dist folder. To deploy to production server, copy all the dist/* files to production root folder.

For example

dist/index.html
dist/foo.12345.js

Copy to production root folder

root_folder/index.html
root_folder/foo.12345.js

Unit Tests

npm run test

Run unit tests in watch mode.

npm run test:watch

Analyze webpack bundle

npm run analyze

Created with Capacitor Create

This app was created using the npx @capacitor/cli create command, and comes with a very minimal shell for building an app.

Note: unless you know what you're doing, we don't recommend using the create way of building an app. Instead, you'll likely want to create an app using your framework's tooling (such as create-react-app), and then add capacitor to that project (using npx @capacitor/cli init).

Running this example

To run the provided example, can use serve command:

npx cap serve

About


Languages

Language:JavaScript 58.5%Language:TypeScript 32.7%Language:HTML 7.2%Language:SCSS 1.6%