# nova-next **Repository Path**: twilightwalker/nova-next ## Basic Information - **Project Name**: nova-next - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-05 - **Last Updated**: 2021-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nova Next > Experimental Vue components (alpha) ### Prerequisites - Node & Yarn ### Install ```sh yarn ``` ### Usage ##### Develop ```sh # run dev server at localhost:3000 yarn dev ``` ##### Build ```sh # rollup js to library yarn build ```