Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 750 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 750 Bytes

awesome-css

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

src/index.html

By Parcel2 conventions, the index.html is in src/ folder.

Aurelia 2 config

To control the behaviour of ShadownDOM and CSS-Module setup in Aurelia 2, create a section "aurelia" in the package.json file. https://www.npmjs.com/package/@aurelia/parcel-transformer