Skip to content

Instantly share code, notes, and snippets.

View jspuij's full-sized avatar

Jan-Willem Spuij jspuij

View GitHub Profile
{
"name": "blabla",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
using System;
@jspuij
jspuij / TodoOverview.cs
Created January 2, 2020 11:39
Example of Weaved component
// Cortex.Net.BlazorTodo.Components.TodoOverview
using Cortex.Net;
using Cortex.Net.Blazor;
using Cortex.Net.BlazorTodo;
using Cortex.Net.BlazorTodo.Components;
using Cortex.Net.BlazorTodo.Models;
using Cortex.Net.BlazorTodo.Stores;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.CompilerServices;
using Microsoft.AspNetCore.Components.Rendering;
jws-macbook2:WebApplication1 jws$ dotnet build -v n
Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10-12-2019 22:38:48.
1>Project "/Users/jws/Projects/GitHub/WebApplication1/WebApplication1.csproj" on node 1 (Restore target(s)).
1>Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/jws/Projects/GitHub/WebApplication1/obj/project.assets.json
Restore completed in 30,93 ms for /Users/jws/Projects/GitHub/WebApplication1/WebApplication1.csproj.