diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000000..5810082cc3 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "command": "npx web-dev-server --node-resolve --open --watch", + "name": "Serve", + "request": "launch", + "type": "node-terminal" + }, + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..d8061e4da6 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + Yo + + + + + + + + + + + + + + + diff --git a/package-lock.json b/package-lock.json index c0768d9b01..1b5d3d6e94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@material/web", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@material/web", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.2", "license": "Apache-2.0", "dependencies": { "lit": "^2.3.0", @@ -14,6 +14,7 @@ }, "devDependencies": { "@types/jasmine": "^4.0.3", + "@web/dev-server": "^0.1.35", "@web/test-runner": "^0.15.0", "@web/test-runner-playwright": "^0.9.0", "jasmine": "^4.5.0", diff --git a/package.json b/package.json index 6c0f24c9b8..4d755d793c 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ }, "devDependencies": { "@types/jasmine": "^4.0.3", + "@web/dev-server": "^0.1.35", "@web/test-runner": "^0.15.0", "@web/test-runner-playwright": "^0.9.0", "jasmine": "^4.5.0",