0.3.8 • Published 2 years ago

nova-build v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NOVA

Nova is a build system for UI libraries for the web.

  • Fast.
  • First class CSS, CSS modules, SCSS, and SCSS modules support.
  • TypeScript support, including type checking.
  • Support for customizable import resolution.
  • Works with Storybook (in progess)

Configuration

package.json

{
	"module": "./target/index.js",
	"types": "./target/index.d.ts",
	"exports": {
		".": {
			"import": "./target/index.js",
			"types": "./target/index.d.ts"
		},
		"./pure": {
			"import": "./target/index.pure.js",
			"types": "./target/index.d.ts"
		},
		"./css": {
			"import": "./target/index.css.js",
			"types": "./target/index.css.d.ts"
		}
	}
}

tsconfig.json

{
	"include": ["./nova.d.ts", "./src/**/*"]
}

nova.config.js

module.exports = {
	export: "./src/main.ts",
};
0.3.8

2 years ago

0.3.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago